package com.gear.swx.service; import com.baomidou.mybatisplus.extension.service.IService; import com.gear.swx.domain.SwxNftUserRecord; /** * nft购买记录Service接口 * * @author czx * @date 2023-11-18 */ public interface ISwxNftUserRecordService extends IService { }