xiaoyong931011
2021-07-21 9748895b0eb4fef89e6cb238f1dbd92b8c7fe106
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.batch.BatchInsertMapper;
import com.xzx.gc.entity.UserInfo;
 
public interface UserInsertMapper extends BatchInsertMapper<UserInfo> {
}