|
|
|
@ -13,6 +13,9 @@ import java.util.Date; |
|
|
|
@Data |
|
|
|
@Data |
|
|
|
public class ByCardNoByPlanVO { |
|
|
|
public class ByCardNoByPlanVO { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "车间订单ID") |
|
|
|
|
|
|
|
private Long woId; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "工序id") |
|
|
|
@Schema(description = "工序id") |
|
|
|
private Long wpId; |
|
|
|
private Long wpId; |
|
|
|
|
|
|
|
|
|
|
|
@ -28,6 +31,9 @@ public class ByCardNoByPlanVO { |
|
|
|
@Schema(description = "批次号") |
|
|
|
@Schema(description = "批次号") |
|
|
|
private String batchNo; |
|
|
|
private String batchNo; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "工序ID") |
|
|
|
|
|
|
|
private Long ppsId; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "当前工序") |
|
|
|
@Schema(description = "当前工序") |
|
|
|
private String ppsName; |
|
|
|
private String ppsName; |
|
|
|
|
|
|
|
|
|
|
|
|