合同信息配置表字段的增加

This commit is contained in:
liuz 2018-07-31 18:02:34 +08:00
parent da69fe52a1
commit da9031155f

View File

@ -710,6 +710,9 @@
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
<attribute name="distributor_id" label="distributor_id" type="STRING" length="32"/>
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
@ -943,6 +946,9 @@
<attribute name="SEAL_TYPE" label="印章类型" type="STRING" length="32"/>
<attribute name="MORTGAGE_AGENT" label="抵押代理人" type="STRING" length="32"/>
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>