|
|
|
@ -84,7 +84,7 @@ public class MesStationBom extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
@Column(name = "BIND_PART_TYPE")
|
|
|
|
|
@ApiParam(value = "绑定物料类型")
|
|
|
|
|
private Integer bindPartType;
|
|
|
|
|
private Integer bindPartType = 20;
|
|
|
|
|
|
|
|
|
|
@Column(name = "FEED_WARNING_QTY")
|
|
|
|
|
@ApiParam(value = "投料预警值")
|
|
|
|
|