mask更新 从sketch分割
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user