瀏覽代碼

设备价格配置

skyline 7 月之前
父節點
當前提交
1435f98c0c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      car-wash-entity/src/main/java/com/kym/entity/DeviceConfig.java

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