mask更新 从sketch分割

This commit is contained in:
2024-09-19 09:50:56 +08:00
parent e2f8fb082c
commit 56679808e9
6 changed files with 236 additions and 13 deletions

View File

@@ -14,10 +14,13 @@ 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();
}