zhongrj
2024-03-19 c9b71ca2cd9a71a7b9f2e5669f60bfaece4ad67b
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;
   /**
    * 内容
    */