代码调整
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
* @version 1.0.0
|
||||
* @date 2023年05月30日 14:54
|
||||
*/
|
||||
public interface BatchMapper<T> extends BaseMapper<T> {
|
||||
public interface BatchBaseMapper<T> extends BaseMapper<T> {
|
||||
|
||||
/**
|
||||
* 真正的批量插入
|
||||
Reference in New Issue
Block a user