|
|
@ -99,6 +99,11 @@ public class MesOqcRuleNoteDetail extends BaseBean implements Serializable {
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.OQC_CHECK_TYPE.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.OQC_CHECK_TYPE.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
private Integer oqcNoType;
|
|
|
|
private Integer oqcNoType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "DEFECT_VALUE")
|
|
|
|
|
|
|
|
@ApiParam("欠点值")
|
|
|
|
|
|
|
|
@AnnoOutputColumn(refClass = MesPcnExtEnumUtil.OQC_DEFECT_TYPE.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
|
|
|
|
private Integer defectValue;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "MODIFY_REMARK")
|
|
|
|
@Column(name = "MODIFY_REMARK")
|
|
|
|
@ApiParam("修改备注")
|
|
|
|
@ApiParam("修改备注")
|
|
|
|
private String modifyRemark;
|
|
|
|
private String modifyRemark;
|
|
|
|