瀏覽代碼

所有调整

cqpCow 1 年之前
父節點
當前提交
0d9684b1c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Model/DeviceType.php

+ 2 - 2
app/Model/DeviceType.php

@@ -16,9 +16,9 @@ class DeviceType extends Model
     const type_three = 3;
     const type_four = 4;
 
-    const temperature_normal = '温度正常';
+    const temperature_normal = '温度';
     const temperature_abnormal = '温度异常';
-    const humidity_normal = '湿度正常';
+    const humidity_normal = '湿度';
     const humidity_abnormal = '湿度异常';
 
     public static $abnormal = [self::temperature_abnormal,self::humidity_abnormal];