From 9a0ef802a678ffc421fc1d416f7f867e89e5536a Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 26 五月 2023 10:32:04 +0800
Subject: [PATCH] 维修合同 多年保修消费率逻辑更改

---
 force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsSupplemental__c.field-meta.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsSupplemental__c.field-meta.xml b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsSupplemental__c.field-meta.xml
new file mode 100644
index 0000000..e406a5c
--- /dev/null
+++ b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsSupplemental__c.field-meta.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
+    <fullName>IsSupplemental__c</fullName>
+    <defaultValue>false</defaultValue>
+    <description>鏄惁琛ュ厖鍐宠</description>
+    <externalId>false</externalId>
+    <label>鏄惁琛ュ厖鍐宠</label>
+    <trackHistory>false</trackHistory>
+    <trackTrending>false</trackTrending>
+    <type>Checkbox</type>
+</CustomField>

--
Gitblit v1.9.1