fangyuan
2023-01-16 ecad870fe1896c8c3e48506d50bb5818974253bf
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;