重构版功能实现

This commit is contained in:
tiansh
2021-10-28 18:54:05 +08:00
parent 3a03c965e1
commit 551bb6c20a
64 changed files with 881 additions and 6794 deletions
@@ -33,7 +33,7 @@ public interface ImgService {
Long getsourcememory(Integer source);
Integer md5Count(String md5key);
Integer md5Count(Images images);
Images selectImgUrlByMD5(String md5key);
@@ -47,4 +47,6 @@ public interface ImgService {
List<Images> countByM(Images images);
Images selectImgUrlByImgUID( String imguid);
}