配置文件1

This commit is contained in:
liuz 2018-06-15 20:36:09 +08:00
parent dc6f2c5aa9
commit df4e193c0c

View File

@ -3678,5 +3678,20 @@
</managerProperties>
</manager>
</class>
<class name="LB_CARDATA_VERSION" label="二手车车型库版本表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_cardata_version" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>