|
|
|
@ -146,10 +146,12 @@ public class WorkPlan extends BaseAPS {
|
|
|
|
|
@ApiParam(value ="模具编码")
|
|
|
|
|
private String mouldCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="LINE_PRIORITY")
|
|
|
|
|
@ApiParam(value ="产线优先级")
|
|
|
|
|
private String LinePriority;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Column(name="HAS_SUPPLY")
|
|
|
|
|
// @ApiParam(value ="是否拼模")
|
|
|
|
|
// private Boolean hasSupply = false;
|
|
|
|
|