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_course")
public class Course extends ActiveRecordBase {
@Id private Integer id;
@Column private String c_code;
@Column private String c_name;
@Column private String c_descr;
@Column private String c_state;
@Column private String c_cate;
public String getC_cate() {
return c_cate;
}
public void setC_cate(String c_cate) {
this.c_cate = c_cate;
}
public String getC_state() throws Exception{
long total=Byrow.count(Byrow.class,"course_id=?",new Object[]{this.getId()});
if(total>0){
return "已开课";
}else{
return "未开课";
}
}
public void setC_state(String c_state) {
this.c_state = c_state;
}
public String getC_descr() {
return c_descr;
}
public void setC_descr(String c_descr) {
this.c_descr = c_descr;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getC_name() {
return c_name;
}
public void setC_name(String c_name) {
this.c_name = c_name;
}
public String getC_code() {
return c_code;
}
public void setC_code(String c_code) {
this.c_code = c_code;
}
}
最近下载更多
haozhilang LV9
2024年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日
最近浏览更多
sjwc88 LV4
2024年12月13日
krispeng LV15
2024年9月3日
somexi
2024年8月23日
暂无贡献等级
haozhilang LV9
2024年7月24日
Song3LL
2024年7月23日
暂无贡献等级
enterprise
2024年5月28日
暂无贡献等级
2109170085
2024年5月21日
暂无贡献等级
微信网友_6906962132258816 LV7
2024年5月15日
ll时空幻境 LV1
2024年4月22日
提灯寻白鹿 LV3
2024年3月27日

