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