This commit is contained in:
裴秀智 2018-06-15 20:43:44 +08:00
commit a1df16d81f

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>