xiaoyong931011
2021-07-16 d5934d6253fd5029bf06fb26611dad47d0c0cb0b
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> {
}