mb-list mb-form mb-xxx等 统一请求方法 列表(post) 保存(post) 删除(delete) 详情(get) 等

This commit is contained in:
吕金泽
2022-03-08 00:56:23 +08:00
parent 0f4095a564
commit 3114b2c205
58 changed files with 1017 additions and 351 deletions
@@ -0,0 +1,27 @@
{
"properties" : { },
"id" : "9fe8956f3e79479c825e50dc314bb9bd",
"script" : null,
"groupId" : "89130d496f6f467c88b22ae4a7f688eb",
"name" : "全部",
"createTime" : null,
"updateTime" : 1646555166829,
"lock" : null,
"createBy" : null,
"updateBy" : null,
"path" : "/all",
"method" : "GET",
"parameters" : [ ],
"options" : [ ],
"requestBody" : "",
"headers" : [ ],
"paths" : [ ],
"responseBody" : null,
"description" : null,
"requestBodyDefinition" : null,
"responseBodyDefinition" : null
}
================================
return db.select("""
select name label, id value from sys_role where is_del = 0
""")