|
|
@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -61,4 +62,8 @@ public class MesQueueOrderBom extends BaseBean implements Serializable {
|
|
|
|
@Column(name = "OPTION_TYPE")
|
|
|
|
@Column(name = "OPTION_TYPE")
|
|
|
|
@ApiParam("选配类型")
|
|
|
|
@ApiParam("选配类型")
|
|
|
|
private Integer optionType;
|
|
|
|
private Integer optionType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("物料类型3")
|
|
|
|
|
|
|
|
private String categoryCode3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|