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