17114 19081-返工返修显示的BYPASS项需要可以设置-20210820

yun-zuoyi
Dominic_Xiao 4 years ago
parent 3201990076
commit e2682b8a98

@ -4,15 +4,11 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import lombok.EqualsAndHashCode;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.*;
import java.io.Serializable;
/**
@ -44,4 +40,8 @@ public class MesBypassMapping extends BaseBean implements Serializable {
@Column(name = "CHECK_NAME")
@ApiParam("检测项描述")
private String checkName;
@Column(name = "IS_DISPLAY")
@ApiParam("是否显示")
private Integer isDisplay;
}

Loading…
Cancel
Save