package com.xzx.gc.order.mapper; import com.xzx.gc.batch.BatchInsertMapper; import com.xzx.gc.entity.UserInfo; public interface UserInsertMapper extends BatchInsertMapper { }