From e6c20b9b2cdfa63853069b51538a035e3f1cc782 Mon Sep 17 00:00:00 2001 From: klzdy123 <1009927694@qq.com> Date: Thu, 9 Mar 2023 17:29:57 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/senior/databaseSpecification.md.?= =?UTF-8?q?=20=E5=AF=B9=E4=BA=8E=E5=88=9A=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=96=B0=E6=89=8B=EF=BC=8C=E5=8F=AF=E8=83=BD=E4=BC=9A=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E5=9F=8E=E5=B8=82=E9=80=89=E6=8B=A9=E5=99=A8=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=B2=A1=E6=9C=89=E4=BF=A1=E6=81=AF=E8=80=8C=E8=8B=A6?= =?UTF-8?q?=E6=81=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: klzdy123 <1009927694@qq.com> --- docs/senior/databaseSpecification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/senior/databaseSpecification.md b/docs/senior/databaseSpecification.md index c2514ff..5381c51 100644 --- a/docs/senior/databaseSpecification.md +++ b/docs/senior/databaseSpecification.md @@ -41,7 +41,7 @@ pageClass: max-content | lists/selects/multi | name_selects | 无 | 自动生成 select,多选| | \_id | user_id | 无 | 自动生成关联表远程 select,单选| | \_ids | user_ids | 无 | 自动生成关联表远程 select,多选| -| city | city | 无 | 自动生成城市选择器| +| city | city | 无 | 自动生成城市选择器(需在模块市场中安装省份城市信息)| | image/avatar | desc_image | 无 | 自动生成上传图片组件,单图| | images/avatars | descimages | 无 | 自动生成上传图片组件,多图| | file | attachfile | 无 | 自动生成上传文件组件,单文件| -- Gitee