首页>代码>SSM框架自动生成CRUD模块,代码基于mysql数据库,通过maven管理java jar包>/createMapper/src/main/java/com/abc/sx/mpms/dao/ProjParamMapper.java
package com.abc.sx.mpms.dao;
import com.abc.sx.mpms.domain.ProjParam;
import java.util.List;
public interface ProjParamMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table projparam
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table projparam
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
int insert(ProjParam record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table projparam
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
ProjParam selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table projparam
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
List<ProjParam> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table projparam
*
* @mbggenerated Mon Apr 11 21:12:55 CST 2016
*/
int updateByPrimaryKey(ProjParam record);
}
最近下载更多
最近浏览更多
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日

