From 284ae0c3aa817e96661b1689ba35c22b3d43de2c Mon Sep 17 00:00:00 2001 From: mick Date: Fri, 21 Apr 2023 10:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=9B=AE=E5=BD=95=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeConventions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CodeConventions.md b/CodeConventions.md index 7c319b6..06a45fa 100644 --- a/CodeConventions.md +++ b/CodeConventions.md @@ -37,3 +37,14 @@ ### C# ## 工作目录 + +磁盘根目录创建 Workspace 目录,目录结构示例: + +- docs # 项目文档根目录 + - 平安电器物联网平台 # 项目名称 +- repos # 项目代码仓库根目录 + - pingan-iot # 项目名称 + - pingan-iot-api 后端服务项目目录,和 git 服务器上的名称一致 + - pingan-iot-admin 管理后台前端项目根目录,和 git 服务器上的名称一致 + - smart-venue # 另一个项目名称 + - smart-venue-mp # 微信小程序端项目根目录,和 git 服务器上的名称一致