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
6267f4cb23
commit
710a4af3e5
@ -47,7 +47,7 @@ public class TableDefConfig {
|
||||
private NameStyle propertiesNameStyle = NameStyle.UPPER_CASE;
|
||||
|
||||
/**
|
||||
* 生成的表对应的变量后缀。
|
||||
* 生成辅助类的引用常量名后缀。
|
||||
*/
|
||||
private String instanceSuffix = "";
|
||||
|
||||
@ -118,7 +118,7 @@ public class TableDefConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置生成辅助类的字段风格。
|
||||
* 设置生成辅助类的引用常量名后缀。
|
||||
*/
|
||||
public TableDefConfig setPropertiesNameStyle(NameStyle propertiesNameStyle) {
|
||||
this.propertiesNameStyle = propertiesNameStyle;
|
||||
@ -126,7 +126,7 @@ public class TableDefConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取生成的表对应的变量后缀。
|
||||
* 获取生成辅助类的引用常量名后缀。
|
||||
*/
|
||||
public String getInstanceSuffix() {
|
||||
return instanceSuffix;
|
||||
@ -149,4 +149,4 @@ public class TableDefConfig {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user