优化Util下的BeanUtil,支持更多map.put的操作。整合CRUD模板到SQL(CRUD)模板。

This commit is contained in:
MOSHOW.K.ZHENG
2020-06-28 23:19:20 +08:00
parent 271087331f
commit 3bbca9d780
12 changed files with 122 additions and 115 deletions

View File

@@ -139,9 +139,9 @@
},
{
"id": "70",
"name": "util",
"name": "beanutil",
"group": "util",
"description": "util"
"description": "beanutil"
},
{
"id": "71",
@@ -156,27 +156,9 @@
"description": "xml"
},
{
"id": "80",
"name": "select",
"group": "sql",
"description": "select"
},
{
"id": "81",
"name": "insert",
"group": "sql",
"description": "insert"
},
{
"id": "82",
"name": "update",
"group": "sql",
"description": "update"
},
{
"id": "83",
"name": "delete",
"group": "sql",
"description": "delete"
"id": "73",
"name": "sql",
"group": "util",
"description": "sql"
}
]