Pu Zhibing
2025-03-27 e7a4c604b4703caf135ec3d360106e7cf028cc89
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> {
}