Tony Kang 3 年 前
コミット
c92fd65ac5

+ 22 - 0
web/building_saas/standard_interface/export/guangxi_common.js

@@ -1628,6 +1628,28 @@ INTERFACE_EXPORT = (() => {
             mustHasValue: true
           },
           {
+            name: "RisingRate",
+            value: 0,
+            mustHasValue: true
+          },
+          
+          {
+            name: "RisingYears",
+            value: 0,
+            mustHasValue: true
+          },
+          {
+            name: "RateNo",
+            value: uuid.v1(),
+            mustHasValue: true
+          },
+          {
+            name: "PractNo",
+            value: uuid.v1(),
+            mustHasValue: true
+          },
+
+          {
             name: "StubLengths",
             value: featrueMap["stubLengths"] ? featrueMap["stubLengths"].value : "",
             mustHasValue: true