:art:完善程序功能

This commit is contained in:
hello-hao
2021-10-29 18:25:53 +08:00
parent 8c0bef5127
commit 8390f355a8
14 changed files with 173 additions and 449 deletions
@@ -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);