区域暂态列表接口异常修复

This commit is contained in:
zhuxinyu
2023-04-18 11:23:44 +08:00
parent ed3eb2e312
commit 41af9bb765
2 changed files with 27 additions and 19 deletions

View File

@@ -56,6 +56,7 @@ public class EventTemplateParam {
/**
* 区分监测点与区域报告
*/
@NotNull(message = "type不能为空")
private Integer type;
}