正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -16,7 +16,7 @@ public enum ConfigurationParameter { | @@ -16,7 +16,7 @@ public enum ConfigurationParameter { | ||
| 16 | VeiwDto_isBinaryImage(false, Boolean.class,"sys_config"), //是否显示临时图 | 16 | VeiwDto_isBinaryImage(false, Boolean.class,"sys_config"), //是否显示临时图 |
| 17 | VeiwDto_isSize(false, Boolean.class,"sys_config"), //是否显示面积 | 17 | VeiwDto_isSize(false, Boolean.class,"sys_config"), //是否显示面积 |
| 18 | VeiwDto_isAbsValue(false, Boolean.class,"sys_config"), //是否显示斜率 | 18 | VeiwDto_isAbsValue(false, Boolean.class,"sys_config"), //是否显示斜率 |
| 19 | - absValue(false, Boolean.class,"sys_config"), //是否显示斜率 | 19 | + absValue(0.0, Double.class,"sys_config"), //显示斜率 |
| 20 | FishGroupImageRecognition(true, Boolean.class,"sys_config"), //鱼群图像识别是否开启 | 20 | FishGroupImageRecognition(true, Boolean.class,"sys_config"), //鱼群图像识别是否开启 |
| 21 | FeedingControl(true, Boolean.class,"sys_config"), //鱼群图像识别投料控制是否开启 | 21 | FeedingControl(true, Boolean.class,"sys_config"), //鱼群图像识别投料控制是否开启 |
| 22 | SerialPortConfig(new SerialPortConfig().defaultSerialPortConfig(),com.zhonglai.luhui.smart.feeder.dto.SerialPortConfig.class,"sys_config"),//串口配置 | 22 | SerialPortConfig(new SerialPortConfig().defaultSerialPortConfig(),com.zhonglai.luhui.smart.feeder.dto.SerialPortConfig.class,"sys_config"),//串口配置 |
-
请 注册 或 登录 后发表评论