From b909a98d9689da383b2335487589daaa999202df Mon Sep 17 00:00:00 2001 From: yubaolee Date: Tue, 25 Feb 2025 11:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/core/devnew.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/core/devnew.md b/docs/core/devnew.md index de3c0fcb..2c198a32 100644 --- a/docs/core/devnew.md +++ b/docs/core/devnew.md @@ -63,11 +63,11 @@ CodeSmith Generator Studio 8.0或以上 如下图,使用CodeSmith文件夹中的模板,右击【WebGenerate.cst】--【Execute】,选择需要生成的表(本文以Stock为例)及相关的上下文命名空间,点击【Generate】 -![](http://pj.openauth.net.cn/zentao/file-read-47.png) +![](http://img.openauth.net.cn/2025-02-25-10-56-08.png) 生成成功后,在CodeSmith/Csharp文件夹下面会有相关的界面代码,如下图: -![](http://pj.openauth.net.cn/zentao/file-read-50.png) +![](http://img.openauth.net.cn/2025-02-25-10-57-44.png) Controllers、Views直接覆盖到OpenAuth.Mvc项目中对应的文件夹即可 @@ -83,12 +83,12 @@ userJs直接覆盖到OpenAuth.Mvc/wwwroot中 因为生成的Controller名称类似XXXsController,所以模块的Url地址应该是XXXs/Index ::: -并为它添加菜单,这里我只添加一个菜单【btnAdd】,如下图: +添加模块时,系统会自动添加三个默认菜单【添加】【编辑】【删除】。可根据需要调整。这里我再添加一个菜单【btnCancel】,如下图: -![](http://pj.openauth.net.cn/zentao/file-read-51.png) +![](http://img.openauth.net.cn/2025-02-25-11-05-08.png) 重新登录系统,即可看到新加的仓储管理模块。 -![](http://pj.openauth.net.cn/zentao/file-read-52.png) +![](http://img.openauth.net.cn/2025-02-25-11-08-26.png) \ No newline at end of file