linwe
2023-12-23 55d677758efadb6d42e6d4e595cecc2c50c20d5a
src/main/java/org/springblade/modules/grid/entity/GridEntity.java
@@ -53,6 +53,11 @@
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   /**
    * 网格编号
    */
   @ApiModelProperty(value = "网格编号")
   private String gridCode;
   /**
    * 机构id
    */
   @ApiModelProperty(value = "机构id")
@@ -72,11 +77,6 @@
    */
   @ApiModelProperty(value = "网格名称")
   private String gridName;
   /**
    * 负责人ID
    */
   @ApiModelProperty(value = "负责人ID")
   private Long userId;
   /**
    * 负责人名称
    */