公共jbo

This commit is contained in:
liuz 2018-06-10 10:05:37 +08:00
parent 85fe60e548
commit 4a29b6a026

View File

@ -4441,6 +4441,27 @@
</managerProperties>
</manager>
</class>
<class name="LB_PRODUCT_CAR" label="车系信息管理" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="product_id" label="产品编号" type="STRING" length="32"/>
<attribute name="brandid" label="车系编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_product_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_EQUIPMENT_CAR" label="汽车租赁物" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>