Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into develop

This commit is contained in:
liujiaji 2018-06-13 14:58:46 +08:00
commit 548a547ddb

View File

@ -2288,5 +2288,27 @@
</manager>
</class>
<class name="LM_PORTAL_TO_CAR" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="100"/>
<attribute name="ORGID" label="ORGID" type="STRING" length="100"/>
<attribute name="CARBRANDSERIES_ID" label="CARBRANDSERIES_ID" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="64"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="64"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="64"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="64"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="64"/>
<attribute name="ATTRIBUTE1" label="ATTRIBUTE1" type="STRING" length="64"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_portal_to_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>