浏览代码

Merge branch 'master' of https://github.com/piexlmax/QMPlus into gin-vue-admin_v2_dev

pixel 4 年之前
父节点
当前提交
8d668c6d30
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      README-zh_CN.md
  2. 1 0
      README.md

+ 1 - 0
README-zh_CN.md

@@ -183,6 +183,7 @@ go run main.go;
     │  ├─model          (结构体层)
     │  ├─resource       (资源)
     │  ├─router         (路由)
+    │  ├─service         (服务)
     │  └─utils	        (公共功能)
     └─web            (前端文件)
         ├─public        (发布模板)

+ 1 - 0
README.md

@@ -180,6 +180,7 @@ go run main.go;
     │  ├─model          (model and services)
     │  ├─resource       (resources, such as static pages, templates)
     │  ├─router         (routers)
+    │  ├─service         (services)
     │  └─utils	        (common utilities)
     └─web            (frontend)
         ├─public        (deploy templates)