lyhzzz 2 ماه پیش
والد
کامیت
59df85ff5e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/main/java/com/fdkankan/fusion/entity/CaseOverview.java

+ 6 - 0
src/main/java/com/fdkankan/fusion/entity/CaseOverview.java

@@ -55,6 +55,12 @@ public class CaseOverview implements Serializable {
     @TableField("map_url")
     private String mapUrl;
 
+    @TableField("high")
+    private Integer high;
+
+    @TableField("width")
+    private Integer width;
+
     @TableField("tb_status")
     @TableLogic
     private Integer tbStatus;