mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
style: 删除未使用的导入包。
This commit is contained in:
parent
36be457be2
commit
b693bdfb33
@ -16,7 +16,6 @@
|
|||||||
package com.mybatisflex.codegen.config;
|
package com.mybatisflex.codegen.config;
|
||||||
|
|
||||||
import com.mybatisflex.codegen.template.ITemplate;
|
import com.mybatisflex.codegen.template.ITemplate;
|
||||||
import com.mybatisflex.core.util.StringUtil;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
@ -501,7 +500,7 @@ public class GlobalConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see StrategyConfig#setTablePrefix(String)
|
* @see StrategyConfig#setTablePrefix(String...)
|
||||||
*/
|
*/
|
||||||
public void setTablePrefix(String... tablePrefix) {
|
public void setTablePrefix(String... tablePrefix) {
|
||||||
getStrategyConfig().setTablePrefix(tablePrefix);
|
getStrategyConfig().setTablePrefix(tablePrefix);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user