blob: 7445918ba1c8b55a1e2fa8981d95ce9f7d0bc3f9 [file] [log] [blame]
xiukira687b9cb2025-05-29 15:15:02 +08001package com.g9.g9backend.service;
2
3import com.g9.g9backend.pojo.UserCollection;
4import com.github.jeffreyning.mybatisplus.service.IMppService;
5
6public interface UserCollectionService extends IMppService<UserCollection> {
7}