更新配置4
This commit is contained in:
parent
523ed5c1d7
commit
8dc2ddd188
@ -1643,8 +1643,6 @@
|
||||
<!-- Code: OffSheetFlag -->
|
||||
<attribute name="OffSheetFlag" label="表内外标志" type="STRING"
|
||||
length="6" />
|
||||
<attribute name="ATTRIBUTE26" label="车类型" type="STRING"
|
||||
length="20" />
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -619,7 +619,7 @@
|
||||
<class name="D_DEPOSITCHARGE_INFO" label="经销商保证金收取信息" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="20"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
|
||||
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="PAYER" label="收款人" type="STRING" length="20"/>
|
||||
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
|
||||
@ -646,7 +646,7 @@
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="20"/>
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
|
||||
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="PAYER" label="收款人" type="STRING" length="20"/>
|
||||
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
|
||||
|
||||
@ -72,6 +72,11 @@
|
||||
<attribute name="EFFECTIVEDATE" label="生效日期" type="STRING" length="10"/>
|
||||
<attribute name="EXPIFYDATE" label="失效日期" type="STRING" length="10"/>
|
||||
<attribute name="CONFIGFILE" label="配置文件" type="STRING" length="100"/>
|
||||
<attribute name="LeasForm" label="租赁类型" type="STRING" length="20"/>
|
||||
<attribute name="equip_type" label="租赁物类型" type="STRING" length="20"/>
|
||||
<attribute name="IS_ALL_DEALER" label="产品适用所有经销商" type="STRING" length="10"/>
|
||||
<attribute name="IS_ALL_DEALER_GROUP" label="产品适用所经销商集团" type="STRING" length="10"/>
|
||||
<attribute name="IS_ALL_AREA" label="产品适用所有区域" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user