浏览代码

增加排序字段

xieshengjie 2 年之前
父节点
当前提交
9f1c5b149e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/src/main/java/com/gyee/common/vo/monitor/MatrixPowerVo.java

+ 1 - 0
common/src/main/java/com/gyee/common/vo/monitor/MatrixPowerVo.java

@@ -11,6 +11,7 @@ import java.util.List;
 public class MatrixPowerVo {
     private String wpid;
     private String wpname;
+    private Integer orderNum;
     private Integer jrts;
     private Double djts;
     private Double bwts;