xiaoyong931011
2021-07-02 9032e2ee7bc4f003164bd905b1df687b4acfc4c3
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.batch.BatchInsertMapper;
import com.xzx.gc.entity.AccountInfo;
 
public interface AccountInsertMapper extends BatchInsertMapper<AccountInfo> {
}