1、新增 imageToSketch

2、删除无用代码
This commit is contained in:
2024-09-20 11:32:09 +08:00
parent 56679808e9
commit 93e9c61943
13 changed files with 181 additions and 506 deletions

View File

@@ -14,13 +14,4 @@ import java.util.Map;
*/
public interface UserLikeMapper extends CommonMapper<UserLike> {
// todo delete
List<Map<String, Long>> getHistoryLikeWithoutGradient();
// todo delete
List<Map<String, Long>> getHistoryLikeWithGradient();
// todo delete
List<Map<String, Long>> getHistoryLikeWithoutModel();
}