功能优化

1.优化界面描述显示;
2.新增测试项暂态事件
This commit is contained in:
xy
2024-12-06 15:24:31 +08:00
parent 3df2bedaa6
commit 8a0e0d8c08
16 changed files with 269 additions and 92 deletions

View File

@@ -26,4 +26,7 @@ public class DataParam implements Serializable {
@ApiModelProperty("数据标志")
private String dataLevel;
@ApiModelProperty("数据来源 0:补召 1:在线监测 ")
private Integer dataSource;
}