首页>代码>基于jsp+原生JDBC的JSP文章发布系统代码分享>/article-publish-sys/src/main/java/com/cxs/bean/Category.java
package com.cxs.bean;

import com.cxs.annotation.Column;
import com.cxs.annotation.Table;

@Table(tableName = "t_category")
public class Category {

	@Column(field = "category_id" , type = "varchar(100)" , primaryKey = true,defaultNull = false)
	private String categoryId; //主键
	
	@Column(field = "category_name" , type = "varchar(100)")
	private String categoryName; //标题

	public String getCategoryId() {
		return categoryId;
	}

	public void setCategoryId(String categoryId) {
		this.categoryId = categoryId;
	}

	public String getCategoryName() {
		return categoryName;
	}

	public void setCategoryName(String categoryName) {
		this.categoryName = categoryName;
	}

	
	
	
}
最近下载更多
泓鼎168  LV20 2023年8月22日
wanglongfei2  LV2 2023年6月15日
13133117021  LV5 2023年5月31日
996171721  LV7 2023年5月29日
980363152  LV8 2023年5月15日
想飞的大肥猪  LV9 2023年5月9日
最代码官方  LV168 2023年5月7日
小帅哥  LV2 2023年5月7日
最近浏览更多
junsite 6月28日
暂无贡献等级
Dominick  LV14 6月19日
潜心小白来到  LV3 6月10日
小自立 5月17日
暂无贡献等级
PLVAE_514  LV2 3月10日
 LV7 2023年8月21日
zhumeng168  LV5 2023年7月27日
shaoqi 2023年7月26日
暂无贡献等级
guoyan  LV12 2023年7月14日
你爹正在加载中  LV4 2023年7月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友