Jelajahi Sumber

设备价格配置

skyline 7 bulan lalu
induk
melakukan
1435f98c0c

+ 2 - 2
car-wash-entity/src/main/java/com/kym/entity/DeviceConfig.java

@@ -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;