mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
Pre Merge pull request !191 from 友杰/dev
This commit is contained in:
commit
4ec4be9699
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user