代码调整

This commit is contained in:
2023-06-01 14:15:39 +08:00
parent 5d3f915ca6
commit 074a2ae28d
15 changed files with 23 additions and 61 deletions

View File

@@ -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> {
/**
* 真正的批量插入