lin
2024-03-14 cae3b043d8a8a08e176839d0c23a4432e5d9f5f4
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;
   /**
    * 内容
    */