|
|
@@ -188,12 +188,12 @@ public class DeviceConfig extends BaseEntity {
|
|
|
/**
|
|
|
* 自动启动,有流量的时候是否自动启动水泵,推荐关闭
|
|
|
*/
|
|
|
- private Integer motorFlowOn;
|
|
|
+ private Boolean motorFlowOn;
|
|
|
|
|
|
/**
|
|
|
* 自动关闭,没有流量的时候是否自动关闭水泵,推荐开启
|
|
|
*/
|
|
|
- private Integer motorFlowOff;
|
|
|
+ private Boolean motorFlowOff;
|
|
|
|
|
|
private String name;
|
|
|
private String remark;
|