Helius
2021-06-28 17a3a3c16141f836d4ae47e9d54ab6a36862dbfa
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.batch.BatchInsertMapper;
import com.xzx.gc.entity.OrderStorageInfo;
 
public interface OrderStorageInfoInsertMapper extends BatchInsertMapper<OrderStorageInfo> {
}