代码提交
This commit is contained in:
@@ -26,6 +26,12 @@ public class AppInfoSetParam {
|
||||
@ApiModelProperty(value = "设备告警")
|
||||
private Integer alarmInfo;
|
||||
|
||||
@ApiModelProperty("是否开启出厂调试0:false ;1:true")
|
||||
private Integer exFactoryBug;
|
||||
|
||||
@ApiModelProperty("是否开启功能调试0:false ;1:true")
|
||||
private Integer functionBug;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class AppInfoSetUpdateParam extends AppInfoSetParam {
|
||||
|
||||
@@ -50,5 +50,11 @@ public class AppInfoSet {
|
||||
@ApiModelProperty("设备告警")
|
||||
private Integer alarmInfo;
|
||||
|
||||
@ApiModelProperty("是否开启出厂调试0:false ;1:true")
|
||||
private Integer exFactoryBug;
|
||||
|
||||
@ApiModelProperty("是否开启功能调试0:false ;1:true")
|
||||
private Integer functionBug;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user