xiaoyong931011
2023-08-17 bba3a4184df2d622ecdbd0ec7c3d4ffc475a6ff2
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.mapper;
 
import cc.mrbird.febs.dapp.entity.MallAddressInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface MallAddressInfoMapper extends BaseMapper<MallAddressInfo> {
}