fix typo CURD to CRUD

This commit is contained in:
shuang 2020-10-28 07:10:29 +08:00
parent 5e9a016af2
commit 35cb300aa1
3 changed files with 7 additions and 7 deletions

View File

@ -8445,8 +8445,8 @@
"request_verb": "PUT",
"request_url": "/obp/v4.0.0/management/dynamic_entities/DYNAMIC_ENTITY_ID",
"summary": "更新DynamicEntity",
"description": "<p>更新DynamicEntity。 </p><p>身份验证是强制性的</p><p>更新一个DynamicEntity更新完成后将更改相应的CURD端点。 </p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
"description_markdown": "Update a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nUpdate one DynamicEntity, after update finished, the corresponding CURD endpoints will be changed.\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"description": "<p>更新DynamicEntity。 </p><p>身份验证是强制性的</p><p>更新一个DynamicEntity更新完成后将更改相应的CRUD端点。 </p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
"description_markdown": "Update a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nUpdate one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"example_request_body": {
"FooBar": {
"required": [
@ -11962,8 +11962,8 @@
"request_verb": "POST",
"request_url": "/obp/v4.0.0/management/dynamic_entities",
"summary": "创建动态实体",
"description": "<p>创建一个DynamicEntity。 </p><p>身份验证是强制性的</p><p>创建一个DynamicEntity创建成功后将自动生成相应的CURD端点</p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
"description_markdown": "Create a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nCreate one DynamicEntity, after created success, the corresponding CURD endpoints will be generated automatically\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"description": "<p>创建一个DynamicEntity。 </p><p>身份验证是强制性的</p><p>创建一个DynamicEntity创建成功后将自动生成相应的CRUD端点</p><p>当前的支持文件类型如下: <br /> [字符串,数字,整数,布尔值] </p>",
"description_markdown": "Create a DynamicEntity.\n\n\nAuthentication is Mandatory\n\nCreate one DynamicEntity, after created success, the corresponding CRUD endpoints will be generated automatically\n\nCurrent support field types as follow:\n[string, number, integer, boolean]\n\n",
"example_request_body": {
"FooBar": {
"required": [

View File

@ -1120,7 +1120,7 @@ trait APIMethods400 {
|
|${authenticationRequiredMessage(true)}
|
|Create one DynamicEntity, after created success, the corresponding CURD endpoints will be generated automatically
|Create one DynamicEntity, after created success, the corresponding CRUD endpoints will be generated automatically
|
|Current support field types as follow:
|${DynamicEntityFieldType.values.map(_.toString).mkString("[", ", ", ", reference]")}
@ -1171,7 +1171,7 @@ trait APIMethods400 {
|
|${authenticationRequiredMessage(true)}
|
|Update one DynamicEntity, after update finished, the corresponding CURD endpoints will be changed.
|Update one DynamicEntity, after update finished, the corresponding CRUD endpoints will be changed.
|
|Current support field types as follow:
|${DynamicEntityFieldType.values.map(_.toString).mkString("[", ", ", ", reference]")}

View File

@ -11,7 +11,7 @@ import net.liftweb.common.{Box, Empty, Failure, Full}
import net.liftweb.mapper._
/**
* props name start with "webui_" can set in to db, this module just support the webui_ props CURD
* props name start with "webui_" can set in to db, this module just support the webui_ props CRUD
*/
object MappedWebUiPropsProvider extends WebUiPropsProvider {
// default webUiProps value cached seconds