|
...
|
...
|
@@ -16,7 +16,7 @@ public enum ConfigurationParameter { |
|
|
|
VeiwDto_isBinaryImage(false, Boolean.class,"sys_config"), //是否显示临时图
|
|
|
|
VeiwDto_isSize(false, Boolean.class,"sys_config"), //是否显示面积
|
|
|
|
VeiwDto_isAbsValue(false, Boolean.class,"sys_config"), //是否显示斜率
|
|
|
|
absValue(false, Boolean.class,"sys_config"), //是否显示斜率
|
|
|
|
absValue(0.0, Double.class,"sys_config"), //显示斜率
|
|
|
|
FishGroupImageRecognition(true, Boolean.class,"sys_config"), //鱼群图像识别是否开启
|
|
|
|
FeedingControl(true, Boolean.class,"sys_config"), //鱼群图像识别投料控制是否开启
|
|
|
|
SerialPortConfig(new SerialPortConfig().defaultSerialPortConfig(),com.zhonglai.luhui.smart.feeder.dto.SerialPortConfig.class,"sys_config"),//串口配置
|
...
|
...
|
|