1.pms3.0稳态指标和暂态指标中部分部门排序
This commit is contained in:
@@ -49,6 +49,9 @@ public class RStatEventMVO {
|
||||
@ApiModelProperty(value = "单位名称")
|
||||
private String orgName;
|
||||
|
||||
@ApiModelProperty("排序")
|
||||
private Integer sort;
|
||||
|
||||
@ApiModelProperty(value = "指标类型")
|
||||
private String eventType;
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ package com.njcn.event.pojo.vo;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import io.swagger.models.auth.In;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
@@ -30,6 +31,8 @@ public class RStatSubstationVO implements Serializable {
|
||||
@ApiModelProperty(name = "deptName",value = "单位名称")
|
||||
private String deptName;
|
||||
|
||||
@ApiModelProperty(value = "单位排序")
|
||||
private Integer sort;
|
||||
/**
|
||||
* 变电站id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user