fangyuan
2023-01-16 ecad870fe1896c8c3e48506d50bb5818974253bf
ycl-platform/src/main/java/com/ycl/entity/NewsDepartment.java
@@ -2,19 +2,22 @@
import com.baomidou.mybatisplus.extension.activerecord.Model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
/**
 * 部门(机构)表(NewsDepartment)表实体类
 *
 * @author makejava
 * @since 2022-11-17 11:12:41
 * @since 2022-11-17 11:38:27
 */
@SuppressWarnings("serial")
public class NewsDepartment extends Model<NewsDepartment> {
    @ApiModelProperty("主键")
    private Integer id;
    //部门名称
    @ApiModelProperty("部门名称")
    private String deptname;