forked from zouzg/mybatis-generator-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2,修复了由表名转PO对象类时,一些骆驼法则使用上,造成大小写的异常问题。如,表名:TUserAccount ,之前转换为了:Tuseraccount。这并非想要的,理想应该转为:TUserAccount
- Loading branch information
trying-cui
committed
Jul 31, 2018
1 parent
d11e88a
commit 45706d5
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters