xiaoyong931011
2021-07-02 beef89c525654f04fe17936a2aeae59f1411a6a0
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> {
}