|
@@ -77,5 +77,11 @@ public class WriteThreshold implements Serializable {
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "阈值",position = 8)
|
|
@ApiModelProperty(value = "阈值",position = 8)
|
|
private String values;
|
|
private String values;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty(value = "0为小于等于 1为大于",position = 9)
|
|
|
|
+ private Integer isTrue;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty(value = "公司名称",position = 10)
|
|
|
|
+ private String orgName;
|
|
}
|
|
}
|
|
|
|
|