风控中台对接-车辆信息新增车辆用途
This commit is contained in:
parent
5a02178b25
commit
84c8ed1d7f
@ -4669,6 +4669,7 @@
|
||||
<attribute name="is_tail" label="头车字段(是否有挂车)" type="STRING" length="2"/>
|
||||
<attribute name="uu_id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="TERMINATE_TYPE" label="标识租赁物是否结清" type="STRING" length="32"/>
|
||||
<attribute name="car_use_type" label="北财-车辆用途类型" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -1516,6 +1516,7 @@
|
||||
<attribute name="is_tail" label="头车字段(是否有挂车)" type="STRING" length="2"/>
|
||||
<attribute name="uu_id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="TERMINATE_TYPE" label="标识租赁物是否结清" type="STRING" length="32"/>
|
||||
<attribute name="car_use_type" label="北财-车辆用途类型" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -2098,6 +2099,7 @@
|
||||
<attribute name="is_tail" label="头车字段(是否有挂车)" type="STRING" length="2"/>
|
||||
<attribute name="uu_id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="TERMINATE_TYPE" label="标识租赁物是否结清" type="STRING" length="32"/>
|
||||
<attribute name="car_use_type" label="北财-车辆用途类型" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -13,6 +13,13 @@ public interface LB_EQUIPMENT_CAR{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR";
|
||||
|
||||
/**
|
||||
*
|
||||
* 北财-车辆用途类型" STRING(32)<br>
|
||||
*/
|
||||
public static final String car_use_type = "car_use_type";
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
|
||||
@ -13,6 +13,13 @@ public interface LB_EQUIPMENT_CAR_TEMP{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR_TEMP";
|
||||
|
||||
/**
|
||||
*
|
||||
* 北财-车辆用途类型" STRING(32)<br>
|
||||
*/
|
||||
public static final String car_use_type = "car_use_type";
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user