首页>代码>SSM框架自动生成CRUD模块,代码基于mysql数据库,通过maven管理java jar包>/createMapper/src/main/java/com/abc/sx/mpms/domain/ProjParam.java
package com.abc.sx.mpms.domain;
public class ProjParam {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column projparam.id
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
private String id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column projparam.pjid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
private String pjid;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column projparam.typeid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
private String typeid;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column projparam.content
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
private String content;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column projparam.linkid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
private String linkid;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column projparam.id
*
* @return the value of projparam.id
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public String getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column projparam.id
*
* @param id the value for projparam.id
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public void setId(String id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column projparam.pjid
*
* @return the value of projparam.pjid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public String getPjid() {
return pjid;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column projparam.pjid
*
* @param pjid the value for projparam.pjid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public void setPjid(String pjid) {
this.pjid = pjid;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column projparam.typeid
*
* @return the value of projparam.typeid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public String getTypeid() {
return typeid;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column projparam.typeid
*
* @param typeid the value for projparam.typeid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public void setTypeid(String typeid) {
this.typeid = typeid;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column projparam.content
*
* @return the value of projparam.content
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public String getContent() {
return content;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column projparam.content
*
* @param content the value for projparam.content
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public void setContent(String content) {
this.content = content;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column projparam.linkid
*
* @return the value of projparam.linkid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public String getLinkid() {
return linkid;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column projparam.linkid
*
* @param linkid the value for projparam.linkid
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
public void setLinkid(String linkid) {
this.linkid = linkid;
}
}
最近下载更多
最近浏览更多
3312djdad LV2
2024年11月11日
lun123456
2024年6月23日
暂无贡献等级
xzg123456 LV6
2024年6月19日
不不要 LV1
2024年5月15日
denliv_hui LV14
2024年4月26日
minjing123 LV8
2024年1月4日
微信网友_6786501704093696
2023年12月20日
暂无贡献等级
3334004690 LV11
2023年11月1日
woldxy LV12
2023年8月22日
苏拉德666 LV4
2023年5月14日

