|
|
|
@ -79,6 +79,11 @@ public class MesProduceSnMcRecord extends BaseBean implements Serializable {
|
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.MC_RECORD_QC_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|
private Integer qcStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name = "OPERATE_TYPE")
|
|
|
|
|
@ApiParam("操作类型")
|
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.SN_OPERATE_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
private Integer operateType;
|
|
|
|
|
|
|
|
|
|
@Column(name = "LINE_ON_STATUS")
|
|
|
|
|
@ApiParam("上线状态")
|
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.MC_RECORD_LINE_ON_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|