新增导入页面jbo

This commit is contained in:
zhangjun 2019-05-16 10:22:26 +08:00
parent cba878f90e
commit b944f5a9d1

View File

@ -5381,5 +5381,42 @@
</manager>
</class>
<!-- 清障车车型导入下载页面jbo -->
<class name="li_cardata_commercial" label="清障车车型导入" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="brand" label="品牌" type="STRING" length="64"/>
<attribute name="cars" label="车系" type="STRING" length="64"/>
<attribute name="models" label="车型" type="STRING" length="64"/>
<attribute name="the_guided" label="指导价" type="STRING" length="32"/>
<attribute name="vehicle_type" label="车辆类型" type="STRING" length="64"/>
<attribute name="level" label="级别" type="STRING" length="32"/>
<attribute name="inupttime" label="登记时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_cardata_commercial" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<!-- 乘用车车型导入下载页面jbo -->
<class name="li_Passenger_car" label="乘用车车型导入" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="brand" label="品牌" type="STRING" length="32"/>
<attribute name="cars" label="车系" type="STRING" length="32"/>
<attribute name="models" label="车型" type="STRING" length="32"/>
<attribute name="the_guided" label="指导价" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_Passenger_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>