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; /** * 内容 */