Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

zaoming/code-coder

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-coder

代码自动生成器

webapp |--source:代码生成的数据来源,json结构 |--codeTmpl:代码模板 |--output:生成的成型代码文件

#注意 source的json结构与codeTmpl都可以自定义

//============================================== //source代码数据源json结构定义 [{ "classInfo":{ "packageName":包名(string), "className":类名(string), "tableName":表名(string) }, "attrInfoList":[ { "attrTitle":属性汉字名(string), "attrName":属性英文名(string), "attrType":属性对象类型(string), "columnType":字段类型(string), "columnChecks":字段约束(string) } ] }] //demo请参考"source/table_object.json" //==============================================

About

代码自动生成器

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.