1.区域报告和监测点报告代码提交

2.终端管理部分代码提交
This commit is contained in:
wurui
2023-03-08 16:08:30 +08:00
parent d657c55217
commit daffdb9048
6 changed files with 3370 additions and 99 deletions

View File

@@ -71,4 +71,6 @@ public class ExportParam implements Serializable {
@ApiModelProperty(name = "flag",value = "标识")
private Integer flag;
@ApiModelProperty(name = "type",value = "系统区分(0:pq 1:pms)")
private Integer type;
}