xiaoyong931011
2021-07-02 beef89c525654f04fe17936a2aeae59f1411a6a0
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> {
}