All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.cms.bean.CategoryBean Maven / Gradle / Ivy

There is a newer version: 5.4.2
Show newest version
/**
 * Copyright (c) 2020 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循铭软科技《保密协议》
 */

package net.mingsoft.cms.bean;

import net.mingsoft.cms.entity.CategoryEntity;

/**
* 文章实体
* @author 铭飞开发团队
* 创建日期:2019-11-28 15:12:32
* 历史修订:
*/ public class CategoryBean extends CategoryEntity { /** * 文章编号 */ private String articleId; public String getArticleId() { return articleId; } public void setArticleId(String articleId) { this.articleId = articleId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy