fix:太阳能网控,溶解氧下限未保存。
This commit is contained in:
@@ -53,4 +53,18 @@ public class AddDeviceSolarControllerBo implements Serializable {
|
||||
@Schema(description = "电量电话告警下限(百分比)")
|
||||
@NotNull(message = "电量电话告警下限不能为空")
|
||||
private Long batteryWarnLower;
|
||||
|
||||
/**
|
||||
* 盐度补偿值
|
||||
*/
|
||||
@Schema(description = "盐度补偿值")
|
||||
@NotNull(message = "盐度补偿值不能为空")
|
||||
private Double salinityCompensation;
|
||||
|
||||
/**
|
||||
* 溶解氧报警下限
|
||||
*/
|
||||
@Schema(description = "溶解氧报警下限")
|
||||
@NotNull(message = "溶解氧报警下限不能为空")
|
||||
private Double oxyWarnLower;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user