|
|
@ -53,11 +53,6 @@ public class ProductOrder extends BaseOrder {
|
|
|
|
@ApiParam(value ="指定工艺路线")
|
|
|
|
@ApiParam(value ="指定工艺路线")
|
|
|
|
private String specifyRouting;
|
|
|
|
private String specifyRouting;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="RESYNCHRONIZE")
|
|
|
|
|
|
|
|
@ApiParam(value ="是否同步")
|
|
|
|
|
|
|
|
@FieldAnnotation(defaultValue = "true")
|
|
|
|
|
|
|
|
private Boolean resynchronize;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="RECALC_COUNT")
|
|
|
|
@Column(name="RECALC_COUNT")
|
|
|
|
@ApiParam(value ="是否重新计算数量")
|
|
|
|
@ApiParam(value ="是否重新计算数量")
|
|
|
|
@FieldAnnotation(defaultValue = "true")
|
|
|
|
@FieldAnnotation(defaultValue = "true")
|
|
|
|