| | |
| | | |
| | | import com.jcdm.common.annotation.Excel; |
| | | import com.jcdm.common.core.domain.BaseEntity; |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | |
| | |
| | | * @author ruimin |
| | | * @date 2023-12-25 |
| | | */ |
| | | @Data |
| | | public class DaCollectionParamConf extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** 主键id */ |
| | | private Long id; |
| | | |
| | | private Integer keyNum; |
| | | |
| | | /** 工序编号 */ |
| | | @Excel(name = "工序编号") |
| | |
| | | |
| | | /** 数据描述 */ |
| | | @Excel(name = "数据描述") |
| | | private String Descriptives; |
| | | private String descriptives; |
| | | |
| | | /** 上限值 */ |
| | | @Excel(name = "上限值") |
| | |
| | | /** 产品型号 */ |
| | | @Excel(name = "产品型号") |
| | | private String productModel; |
| | | |
| | | private String itemType; |
| | | |
| | | |
| | | public String getProductModel() { |
| | |
| | | { |
| | | return collectParameterUnit; |
| | | } |
| | | public void setDescriptives(String Descriptives) |
| | | public void setDescriptives(String descriptives) |
| | | { |
| | | this.Descriptives = Descriptives; |
| | | this.descriptives = descriptives; |
| | | } |
| | | |
| | | public String getDescriptives() |
| | | { |
| | | return Descriptives; |
| | | return descriptives; |
| | | } |
| | | public void setParamUpper(String paramUpper) |
| | | { |
| | |
| | | .append("contrastParameterFlag", getContrastParameterFlag()) |
| | | .append("collectParameterType", getCollectParameterType()) |
| | | .append("collectParameterUnit", getCollectParameterUnit()) |
| | | .append("Descriptives", getDescriptives()) |
| | | .append("descriptives", getDescriptives()) |
| | | .append("paramUpper", getParamUpper()) |
| | | .append("paramLower", getParamLower()) |
| | | .append("paramCentral", getParamCentral()) |