ycl-platform/src/main/java/com/ycl/entity/equipment/OrgGrid.java
@@ -29,7 +29,11 @@ */ @TableId(value = "id", type = IdType.AUTO) private Integer id; /** * 区域名称 */ @TableField("name") private String name; /** * 网格员姓名 */ @@ -49,6 +53,11 @@ private String area; /** * 描述 */ @TableField("description") private String description; /** * 区域-坐标集合 */ @TableField("region")