lin
2024-03-20 70a29ae28b85643e00a4b7fbf111a95646a24dc2
src/main/java/org/springblade/modules/rotation/entity/RotationEntity.java
@@ -59,10 +59,10 @@
   @ApiModelProperty(value = "名称")
   private String name;
   /**
    * 类型 1:系统  2:社区
    * 类型 3:系统 1:公安 2:综治
    */
   @ApiModelProperty(value = "类型 1:系统  2:社区")
   private String type;
   @ApiModelProperty(value = "类型 3:系统 1:公安 2:综治")
   private Integer type;
   /**
    * 内容
    */