App稳态、暂态报告功能支持

This commit is contained in:
xy
2026-03-25 13:28:46 +08:00
parent fcddc064f6
commit 7b9fb1628b
25 changed files with 850 additions and 62 deletions

View File

@@ -26,11 +26,11 @@ public class AppInfoSetParam {
@ApiModelProperty(value = "设备告警")
private Integer alarmInfo;
@ApiModelProperty("是否开启出厂调试0false 1true")
private Integer exFactoryBug;
@ApiModelProperty("0false 1true itic功能是否开启")
private Integer iticFunction;
@ApiModelProperty("是否开启功能调试0false 1true")
private Integer functionBug;
@ApiModelProperty("0false 1true f47功能是否开启")
private Integer f47Function;
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -50,11 +50,11 @@ public class AppInfoSet {
@ApiModelProperty("设备告警")
private Integer alarmInfo;
@ApiModelProperty("是否开启出厂调试0false 1true")
private Integer exFactoryBug;
@ApiModelProperty("0false 1true itic功能是否开启")
private Integer iticFunction;
@ApiModelProperty("是否开启功能调试0false 1true")
private Integer functionBug;
@ApiModelProperty("0false 1true f47功能是否开启")
private Integer f47Function;
}