车型库配置增加四张新表
This commit is contained in:
parent
a741644e09
commit
1bb1ed4e07
@ -2680,5 +2680,90 @@
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CARDATA_COMMERCIAL_BRAND" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="brand_id" label="品牌ID" type="STRING" length="100"/>
|
||||
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="brand_initial" label="品牌首字母" type="STRING" length="100"/>
|
||||
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
|
||||
<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_cardata_commercial_brand" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CARDATA_COMMERCIAL_MODEL" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="model_id" label="车型编号" type="STRING" length="100"/>
|
||||
<attribute name="model_name" label="车型名称" type="STRING" length="100"/>
|
||||
<attribute name="series_id" label="车系编号" type="STRING" length="100"/>
|
||||
<attribute name="series_name" label="车系名称" type="STRING" length="100"/>
|
||||
<attribute name="brand_id" label="品牌编号" type="STRING" length="100"/>
|
||||
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="price" label="新车指导价" type="STRING" length="100"/>
|
||||
<attribute name="liter" label="排量" type="STRING" length="100"/>
|
||||
<attribute name="vehicle_type" label="车辆类型" type="STRING" length="100"/>
|
||||
<attribute name="level" label="级别" type="STRING" length="100"/>
|
||||
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
|
||||
<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_cardata_commercial_model" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CARDATA_COMMERCIAL_SERIES" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="series_id" label="车系编号" type="STRING" length="100"/>
|
||||
<attribute name="series_name" label="车系名称" type="STRING" length="100"/>
|
||||
<attribute name="brand_id" label="品牌编号" type="STRING" length="100"/>
|
||||
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="car_type" label="车辆类型" type="STRING" length="100"/>
|
||||
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
|
||||
<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_cardata_commercial_series" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CARDATA_COMMERCIAL_VERSION" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||||
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
|
||||
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_cardata_commercial_version" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user