Merge remote-tracking branch 'origin/dev_宁夏_中盛建材' into dev_宁夏_中盛建材
| | |
| | | @ApiModelProperty("参数类型(1数字 2文本)") |
| | | private Integer paramType; |
| | | |
| | | @ApiModelProperty("参数格式") |
| | | private String paramFormat; |
| | | |
| | | @ApiModelProperty("值模式(1单值 2区间)") |
| | | private Integer valueMode; |
| | | |
| | |
| | | @ApiModelProperty("参数类型(1数字 2文本)") |
| | | private Integer paramType; |
| | | |
| | | @ApiModelProperty("参数格式") |
| | | private String paramFormat; |
| | | |
| | | @ApiModelProperty("值模式(1单值 2区间)") |
| | | private Integer valueMode; |
| | | |
| | |
| | | <result column="param_key" property="paramKey"/> |
| | | <result column="param_name" property="paramName"/> |
| | | <result column="param_type" property="paramType"/> |
| | | <result column="param_format" property="paramFormat"/> |
| | | <result column="value_mode" property="valueMode"/> |
| | | <result column="unit" property="unit"/> |
| | | <result column="default_value" property="defaultValue"/> |