| | |
| | | @ApiModelProperty(value = "参数类型") |
| | | private Integer paramType; |
| | | |
| | | @ApiModelProperty(value = "标准参数对应数据名称") |
| | | private String paramName; |
| | | |
| | | @ApiModelProperty(value = "基准值") |
| | | private Float basisVal; |
| | | |
| | |
| | | private Float alarmLimith; |
| | | |
| | | @ApiModelProperty(value = "上上限阈值") |
| | | private Float alarmLimithUpeper; |
| | | private Float alarmLimithUpper; |
| | | |
| | | @ApiModelProperty(value = "下限阈值") |
| | | private Float alarmLimitl; |
| | |
| | | @ApiModelProperty(value = "规范文件保存路径") |
| | | private String standFilePath; |
| | | |
| | | @ApiModelProperty(value = "文件名") |
| | | private String fileName; |
| | | |
| | | @ApiModelProperty(value = "属性字段名称") |
| | | private String propertyName; |
| | | |
| | | |
| | | } |