ycl-platform/src/main/java/com/ycl/entity/NewsDepartment.java
@@ -2,6 +2,8 @@ import com.baomidou.mybatisplus.extension.activerecord.Model; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; /** @@ -12,9 +14,10 @@ */ @SuppressWarnings("serial") public class NewsDepartment extends Model<NewsDepartment> { @ApiModelProperty("主键") private Integer id; //部门名称 @ApiModelProperty("部门名称") private String deptname;