add:添加bar_code字段
This commit is contained in:
@@ -27,6 +27,7 @@ public class DictConstantPool {
|
||||
,"qty","申请数量"
|
||||
,"plan_qty","计划数量"
|
||||
,"assign_qty","已领数量"
|
||||
,"bar_code","条码"
|
||||
,"unit_id","单位"
|
||||
,"pcsn","批次"
|
||||
,"vehicle_code","载具");
|
||||
|
||||
@@ -143,6 +143,10 @@ public class BmFormStruc implements Serializable {
|
||||
* 是否属于基础表单
|
||||
*/
|
||||
private Boolean is_base;
|
||||
/**
|
||||
* 条码
|
||||
*/
|
||||
private String bar_code;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -97,6 +97,16 @@ public class BmFormStrucDto implements Serializable {
|
||||
*/
|
||||
private String qty;
|
||||
|
||||
/**
|
||||
* 计划数量
|
||||
*/
|
||||
private String plan_qty;
|
||||
|
||||
/**
|
||||
* 已领取数量
|
||||
*/
|
||||
private String assign_qty;
|
||||
|
||||
/**
|
||||
* 单位id
|
||||
*/
|
||||
@@ -121,6 +131,10 @@ public class BmFormStrucDto implements Serializable {
|
||||
* 是否为基础表
|
||||
*/
|
||||
private Boolean is_base;
|
||||
/**
|
||||
* 是否为基础表
|
||||
*/
|
||||
private String bar_code;
|
||||
/**
|
||||
* 表单自动映射
|
||||
*/
|
||||
|
||||
@@ -142,6 +142,11 @@ public class PmFormData implements Serializable {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 条码
|
||||
*/
|
||||
private String bar_code;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user