UnionShareUserApplyMapper.java
450 Bytes
package com.yoho.unions.dal;
import com.yoho.unions.dal.model.UnionShareUserApply;
public interface UnionShareUserApplyMapper {
int deleteByPrimaryKey(Integer id);
int insert(UnionShareUserApply record);
int insertSelective(UnionShareUserApply record);
UnionShareUserApply selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(UnionShareUserApply record);
int updateByPrimaryKey(UnionShareUserApply record);
}