dto优化
This commit is contained in:
parent
5db2477ffc
commit
d8407b491b
@ -29,7 +29,7 @@ public class ReqComponentOutRecordDto {
|
|||||||
private String owningRegion;
|
private String owningRegion;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*原部件处理方案
|
* 原部件处理方案
|
||||||
*/
|
*/
|
||||||
private String oldComponentHandleOption;
|
private String oldComponentHandleOption;
|
||||||
/**
|
/**
|
||||||
@ -43,7 +43,7 @@ public class ReqComponentOutRecordDto {
|
|||||||
private Integer outQuantity;
|
private Integer outQuantity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*入库数量
|
* 入库数量
|
||||||
*/
|
*/
|
||||||
private Integer enterQuantity;
|
private Integer enterQuantity;
|
||||||
/**
|
/**
|
||||||
@ -51,6 +51,11 @@ public class ReqComponentOutRecordDto {
|
|||||||
*/
|
*/
|
||||||
private Integer stockInType;
|
private Integer stockInType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否是整车绑定调用
|
||||||
|
*/
|
||||||
|
private Boolean isWholeBinding;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 中控信息列表,包含所有ECU部件的出库记录。
|
* 中控信息列表,包含所有ECU部件的出库记录。
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user