package entity;

import com.et.ar.ActiveRecordBase;
import com.et.ar.annotations.Column;
import com.et.ar.annotations.Id;
import com.et.ar.annotations.Table;


@Table(name="m_category")
public class Category extends ActiveRecordBase {//专业类别
	
	@Id private Integer id;
	
	@Column private String code;
	
	@Column private String name;
	
	@Column private String remark;
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getRemark() {
		return remark;
	}
	public void setRemark(String remark) {
		this.remark = remark;
	}
	public String getCode() {
		return code;
	}
	public void setCode(String code) {
		this.code = code;
	}
	
	

}
最近下载更多
2036495585  LV9 2023年9月26日
卢本伟不开挂  LV4 2023年9月3日
lovezyp  LV1 2023年4月20日
weilaizhisheng  LV21 2022年11月19日
心悦君兮君不知258  LV5 2022年8月30日
梦奇渊  LV7 2022年6月24日
14445555  LV2 2022年5月31日
最代码-宋家辉  LV61 2022年5月26日
testuser1234567  LV24 2022年5月23日
3305787467  LV12 2022年5月22日
最近浏览更多
ll时空幻境  LV1 4月22日
提灯寻白鹿  LV2 3月27日
忧麦紫  LV18 3月15日
lasttimeapp 2023年11月27日
暂无贡献等级
1203061608 2023年10月9日
暂无贡献等级
2036495585  LV9 2023年9月26日
wersdfs  LV1 2023年9月22日
卢本伟不开挂  LV4 2023年9月3日
1911321 2023年8月13日
暂无贡献等级
philwan  LV2 2023年7月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友