wl
2023-01-16 53d4b735a1b0fc86b069c348efb7f254e521a291
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")