linwei
2024-01-31 b3b566ebdfed4005aaa513da3d5d2fd3924903cc
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -141,6 +141,24 @@
   private Integer isNine;
   /**
    * 九小场所类型 字典 nineType
    */
   @ApiModelProperty(value = "九小场所类型")
   private Integer nineType;
   /**
    * 是否阵地  1:是 2:否
    */
   @ApiModelProperty(value = "是否阵地  1:是 2:否")
   private Integer isFront;
   /**
    * 阵地类型 字典 frontType
    */
   @ApiModelProperty(value = "阵地类型")
   private Integer frontType;
   /**
    * 创建人
    */
   @JsonSerialize(using = ToStringSerializer.class)