fix gorm.SingularTable model

修复 gorm.SingularTable 表名复数问题
This commit is contained in:
谢小军
2020-02-21 02:21:17 +08:00
parent 6b14d480f0
commit 8585c30fbd
5 changed files with 3 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ service_displayname : #服务显示名
sercice_desc : #服务描述
is_dev : false # 是否开发者模式
out_dir : ./db # 输出目录
singular_table : false # 单表模式:true:禁用表名复数,false:采用表明复数 参考:gorm.SingularTable
singular_table : true # 单表模式:true:禁用表名复数,false:采用表明复数 参考:gorm.SingularTable
simple : true #简单输出
isJsonTag : true #是否打json标记
mysql_info: