Helius
2021-07-22 fe04c9455a441c202f6c4590a08f46e16bd34ce3
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> {
}