gatherinfoMapper.java
372 字节
package com.sy.mapper;
import com.sy.model.gatherinfo;
public interface gatherinfoMapper {
int deleteByPrimaryKey(String seqno);
int insert(gatherinfo record);
int insertSelective(gatherinfo record);
gatherinfo selectByPrimaryKey(String seqno);
int updateByPrimaryKeySelective(gatherinfo record);
int updateByPrimaryKey(gatherinfo record);
}