更新配置2

This commit is contained in:
liuz 2018-06-12 21:28:11 +08:00
parent 0666b3762b
commit 2447a34faa

View File

@ -3353,7 +3353,30 @@
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</class>
<class name="LM_PRODUCT_CAR" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="64"/>
<attribute name="PRODUCTID" label="产品id" type="STRING" length="64"/>
<attribute name="CARID" label="汽车id" type="STRING" length="64"/>
<attribute name="HBUILDER1" label="保留字段1" type="STRING" length="64"/>
<attribute name="HBUILDER2" label="保留字段2" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="64"/>
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="64"/>
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="64"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="64"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="64"/>
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_product_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CLEAR_FILE_RECORD" label="清算文件存盘表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>