| | |
| | | |
| | | /** 数据描述 */ |
| | | @Excel(name = "数据描述") |
| | | private String Descriptives; |
| | | private String descriptives; |
| | | |
| | | /** 上限值 */ |
| | | @Excel(name = "上限值") |
| | |
| | | { |
| | | 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()) |