|
|
|
|
@ -26,8 +26,8 @@ public class WorkPlanRunVO extends WorkPlanRun { |
|
|
|
|
@Schema(description = "工艺能力") |
|
|
|
|
private ProcessAbility processAbility; |
|
|
|
|
|
|
|
|
|
// @Schema(description = "工序号")
|
|
|
|
|
// private String orders;
|
|
|
|
|
@Schema(description = "工序号") |
|
|
|
|
private String orders; |
|
|
|
|
//
|
|
|
|
|
// @Schema(description = "工序代码")
|
|
|
|
|
// private String ppsCode;
|
|
|
|
|
@ -38,10 +38,10 @@ public class WorkPlanRunVO extends WorkPlanRun { |
|
|
|
|
// @Schema(description = "工艺能力")
|
|
|
|
|
// private String caName;
|
|
|
|
|
//
|
|
|
|
|
// @Schema(description = "工序描述")
|
|
|
|
|
// private String makeMemo;
|
|
|
|
|
@Schema(description = "工序描述") |
|
|
|
|
private String makeMemo; |
|
|
|
|
//
|
|
|
|
|
// @Schema(description = "不可转外协原因")
|
|
|
|
|
// private String reason;
|
|
|
|
|
@Schema(description = "不可转外协原因") |
|
|
|
|
private String reason; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|