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