添加字段
This commit is contained in:
parent
28e9f6825d
commit
e556226213
@ -1511,6 +1511,7 @@
|
||||
<attribute name="head_name" label="头车名称" type="STRING" length="100"/>
|
||||
<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"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -469,4 +469,8 @@ public interface LB_EQUIPMENT_CAR{
|
||||
* ±êʶ STRING(32)<br>
|
||||
*/
|
||||
public static final String uu_id = "uu_id";
|
||||
/**
|
||||
* 标识租赁物是否结清 STRING(32)<br>
|
||||
*/
|
||||
public static final String TERMINATE_TYPE = "TERMINATE_TYPE";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user