huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/EditComActDynTypeDTO.java
@@ -1,9 +1,10 @@
package com.panzhihua.common.model.dtos.community;
import org.hibernate.validator.constraints.Length;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
@Data
@ApiModel("新增社区动态分类请求参数")
@@ -19,7 +20,7 @@
    @ApiModelProperty("分类字体颜色")
    private String color;
    @ApiModelProperty(value = "操作人员id",hidden = true)
    @ApiModelProperty(value = "操作人员id", hidden = true)
    private Long userId;
}