|
|
|
@ -20,7 +20,7 @@ public class ReworkProcessVO { |
|
|
|
* 路线编号 |
|
|
|
* 路线编号 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "路线编号") |
|
|
|
@Schema(description = "路线编号") |
|
|
|
private Integer seqno; |
|
|
|
private Integer seqno = 0; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 处理单位 |
|
|
|
* 处理单位 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ -40,7 +40,7 @@ public class ReworkProcessVO { |
|
|
|
* 加工数量 |
|
|
|
* 加工数量 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "加工数量") |
|
|
|
@Schema(description = "加工数量") |
|
|
|
private Double amount; |
|
|
|
private Double amount = 0d; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 需求日期 |
|
|
|
* 需求日期 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ -100,7 +100,7 @@ public class ReworkProcessVO { |
|
|
|
* 报废数量 |
|
|
|
* 报废数量 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Schema(description = "报废数量") |
|
|
|
@Schema(description = "报废数量") |
|
|
|
private Integer bfqty; |
|
|
|
private Integer bfqty = 0; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 发生单位 |
|
|
|
* 发生单位 |
|
|
|
|