mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-16 14:53:56 +00:00
@@ -124,7 +124,7 @@ public class GenTableColumn extends BaseEntity {
|
|||||||
private Integer sort;
|
private Integer sort;
|
||||||
|
|
||||||
public String getCapJavaField() {
|
public String getCapJavaField() {
|
||||||
return StringUtils.uncapitalize(javaField);
|
return StringUtils.capitalize(javaField);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isPk() {
|
public boolean isPk() {
|
||||||
|
Reference in New Issue
Block a user