TplTableNameCamelLowerCase remove space (#2109)

Co-authored-by: zengjia <zengjia2@37.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
promisingMan
2022-09-11 20:02:07 +08:00
committed by GitHub
parent faf09c586c
commit 7a11f00eb4

View File

@ -57,7 +57,7 @@ type {TplTableNameCamelCase}Columns struct {
{TplColumnDefine}
}
// {TplTableNameCamelLowerCase}Columns holds the columns for table {TplTableName}.
// {TplTableNameCamelLowerCase}Columns holds the columns for table {TplTableName}.
var {TplTableNameCamelLowerCase}Columns = {TplTableNameCamelCase}Columns{
{TplColumnNames}
}