Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
袁津哲 5 years ago
commit 1e29445697

@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import java.io.Serializable;
/**
@ -62,4 +63,8 @@ public class MesBlindRule extends BaseBean implements Serializable {
@ApiParam("零件颜色")
private String partColor;
@Transient
@ApiParam("零件颜色")
private String rightKey;
}

@ -36,4 +36,7 @@ public class MesBlindProbleModel extends BaseBean {
@ApiParam(value = "工厂代码")
private String organizeCode;
@ApiParam("序号")
private String topicId;
}

Loading…
Cancel
Save