dto优化

This commit is contained in:
dzl 2025-05-28 09:31:44 +08:00
parent 5db2477ffc
commit d8407b491b

View File

@ -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部件的出库记录
*/ */