mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:完善程序功能
This commit is contained in:
@@ -57,6 +57,10 @@ public class ImgServiceImpl implements ImgService {
|
||||
return imgMapper.deleimg(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer deleimgForImgUid(String imguid) {
|
||||
return imgMapper.deleimgForImgUid(imguid);
|
||||
}
|
||||
|
||||
public Images selectByPrimaryKey(Integer id) {
|
||||
return imgMapper.selectByPrimaryKey(id);
|
||||
|
||||
Reference in New Issue
Block a user