package entity;

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


@Table(name="m_myclass")
public class MyClass extends ActiveRecordBase{//班级
	
	/*
	  drop table m_myclass;
		create table m_myclass(
			id int auto_increment primary key,  
		    name varchar(100),
		    remark varchar(100),
		    cate_id int
		);
	 */
	
	@Id private Integer id;
	
	@Column private String name;
	
	@Column private String remark;
	
	@Column Integer  cate_id;
	
	@BelongsTo(foreignKey="cate_id")
    private Category category;

	public Category getCategory() {
		return category;
	}

	public void setCategory(Category category) {
		this.category = category;
	}

	public Integer getCate_id() {
		return cate_id;
	}

	public void setCate_id(Integer cate_id) {
		this.cate_id = cate_id;
	}

	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;
	}


}
最近下载更多
haozhilang  LV9 7月24日
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日
最近浏览更多
krispeng  LV13 9月3日
somexi 8月23日
暂无贡献等级
haozhilang  LV9 7月24日
Song3LL 7月23日
暂无贡献等级
enterprise 5月28日
暂无贡献等级
2109170085 5月21日
暂无贡献等级
ll时空幻境  LV1 4月22日
提灯寻白鹿  LV3 3月27日
忧麦紫  LV18 3月15日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友