汽车带修改逻辑

yun-zuoyi
andly.pan 3 years ago
parent 9a18ec0920
commit e2f8c1c0fd

@ -195,6 +195,14 @@ public class Work extends BaseAPS {
@FieldAnnotation(modify = false)
private Boolean feedbackSplit;
@Column(name="MOULD_NUM")
@ApiParam(value ="模具数量")
private Integer mouldNum;
@Column(name="MOULD_CODE")
@ApiParam(value ="模具编码")
private String mouldCode;
// 排程时,找插入位置的评估值
private transient double evaluateValue = 0;

Loading…
Cancel
Save