luofl
2025-03-07 faf27967a7f94a4ed03a179ec2670031576f4502
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> {
}