|
|
@ -66,6 +66,11 @@ public class ProductRouting extends BaseAPS {
|
|
|
|
@FieldAnnotation(defaultValue = "10")
|
|
|
|
@FieldAnnotation(defaultValue = "10")
|
|
|
|
private Integer priority;
|
|
|
|
private Integer priority;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ROUTING_CHANGE")
|
|
|
|
|
|
|
|
@ApiParam(value ="工艺路径变更")
|
|
|
|
|
|
|
|
@FieldAnnotation(display = false)
|
|
|
|
|
|
|
|
private Boolean routingChange;
|
|
|
|
|
|
|
|
|
|
|
|
@JsonIgnore
|
|
|
|
@JsonIgnore
|
|
|
|
public Material getMaterial() {
|
|
|
|
public Material getMaterial() {
|
|
|
|
return BeanRelation.get(this, EProductRouting.Material);
|
|
|
|
return BeanRelation.get(this, EProductRouting.Material);
|
|
|
|