luofl
2025-02-24 199861555473ab50f2fafa3d58e42e64e838c039
1
2
3
4
5
6
7
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ShopPointCopy;
 
public interface ShopPointCopyMapper extends BaseMapper<ShopPointCopy> {
}