xiaoyong931011
2021-11-10 a30578866c2c85d684dd493be3795d3bf6e40a18
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> {
}