xiaoyong931011
2021-06-29 450e8d450231f60c8cf4f64f889759e55d7278bd
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> {
}