xiaoyong931011
2021-11-17 88d248e32b0a40e81d0b6c3a841b2faee5ffcabd
1
2
3
4
5
6
7
package com.xzx.gc.shop.mapper;
 
import com.xzx.gc.entity.AddressInfo;
import com.xzx.gc.util.GcMapper;
 
public interface AddressInfoMapper extends GcMapper<AddressInfo> {
}