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