|
|
|
|
@ -24,6 +24,9 @@ public class MesMacToolUseVO { |
|
|
|
|
@Schema(description = "车间订单号") |
|
|
|
|
private String woCode; |
|
|
|
|
|
|
|
|
|
@Schema(description = "流程卡号") |
|
|
|
|
private String cardNo; |
|
|
|
|
|
|
|
|
|
@Schema(description = "物料号") |
|
|
|
|
private String partCode; |
|
|
|
|
|
|
|
|
|
@ -51,4 +54,11 @@ public class MesMacToolUseVO { |
|
|
|
|
@Schema(description = "挂次号") |
|
|
|
|
private String hangNum; |
|
|
|
|
|
|
|
|
|
@Schema(description = "工序号") |
|
|
|
|
private String orders; |
|
|
|
|
|
|
|
|
|
@Schema(description = "工序名称") |
|
|
|
|
private String ppsName; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|