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