public interface UcenterUserDetailsMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByPrimaryKey(java.lang.Integer id) |
int |
insert(UcenterUserDetails record) |
int |
insertSelective(UcenterUserDetails record) |
UcenterUserDetails |
selectByPrimaryKey(java.lang.Integer id) |
int |
updateByPrimaryKey(UcenterUserDetails record) |
int |
updateByPrimaryKeySelective(UcenterUserDetails record) |
int deleteByPrimaryKey(java.lang.Integer id)
int insert(UcenterUserDetails record)
int insertSelective(UcenterUserDetails record)
UcenterUserDetails selectByPrimaryKey(java.lang.Integer id)
int updateByPrimaryKeySelective(UcenterUserDetails record)
int updateByPrimaryKey(UcenterUserDetails record)