1.pms3.0稳态指标和暂态指标中部分部门排序

This commit is contained in:
wr
2024-02-02 10:23:10 +08:00
parent e8e0572485
commit a5119bbec0
11 changed files with 59 additions and 32 deletions

View File

@@ -24,6 +24,9 @@ public class RStatOrgIndexVO {
@ApiModelProperty(value = "单位名称")
private String orgName;
@ApiModelProperty(value = "单位排序")
private Integer sort;
@ApiModelProperty(value = "监测点ID")
private String measurementPointId;