xiaoyong931011
2021-07-16 cf8e5b5cc0f781a44d66d0c8d361fec049fd4008
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.batch.BatchInsertMapper;
import com.xzx.gc.entity.AddressInfo;
 
public interface AddressInsertMapper extends BatchInsertMapper<AddressInfo> {
}