# Functions
获取表相的相关信息.
初始化表的相关数据,使其能匹配模板进行替换.
No description provided by the author
@summary table 生成 struct @param db string "conf.yaml文件中db组件中对应数据库链接的key值" @param args [] "需要生成表" @param modelPath string "生成目录" @example table := []string{"xpt_user","xpt_order"} gen.Run("xpt", table, "../models/xpt/").
字符串转换为驼峰写法.
表字段类型转换成GO相关类型.