添加字段

This commit is contained in:
tangfutang 2022-05-08 21:21:59 +08:00
parent 28e9f6825d
commit e556226213
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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";
}