xiaoyong931011
2021-06-28 d02285e2e8c4d5127a62acb9c8285e6f7c6128d0
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> {
}