blob: 7445918ba1c8b55a1e2fa8981d95ce9f7d0bc3f9 [file] [log] [blame]
package com.g9.g9backend.service;
import com.g9.g9backend.pojo.UserCollection;
import com.github.jeffreyning.mybatisplus.service.IMppService;
public interface UserCollectionService extends IMppService<UserCollection> {
}