Browse Source

寝室管理分页列表,增加id返回

dzx 1 year ago
parent
commit
d5b48dac85
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/main/java/com/xjrsoft/module/room/vo/RoomPageVo.java

+ 8 - 0
src/main/java/com/xjrsoft/module/room/vo/RoomPageVo.java

@@ -14,6 +14,14 @@ import lombok.Data;
 @Data
 public class RoomPageVo {
 
+    /**
+     * 序号
+     */
+    @ContentStyle(dataFormat = 49)
+    @ExcelProperty("id")
+    @ApiModelProperty("id")
+    private Long id;
+
     /**
     * 序号
     */