转运PC端

maotao b3dbd76374 Merge branch 'master' of http://git.dashitech.com/seimin/zy-pc 1 月之前
e2e 8d7b61336f 初始化项目 3 年之前
src b3dbd76374 Merge branch 'master' of http://git.dashitech.com/seimin/zy-pc 1 月之前
upload 159ef016f3 优化 5 月之前
.editorconfig 8d7b61336f 初始化项目 3 年之前
.gitignore 8d7b61336f 初始化项目 3 年之前
README.md 1fc5812339 微信配置 8 月之前
angular.json e0b7615a50 患者陪检修复 1 月之前
browserslist 8d7b61336f 初始化项目 3 年之前
karma.conf.js 8d7b61336f 初始化项目 3 年之前
package-lock.json c3040060b8 拉取代码 1 月之前
package.json c3040060b8 拉取代码 1 月之前
proxy.conf.json 879255d0ee bugfix 4 月之前
tsconfig.app.es5.json 8d7b61336f 初始化项目 3 年之前
tsconfig.app.json e14c52594a 消毒供应大屏 1 年之前
tsconfig.json ec39080e99 拉取代码 8 月之前
tsconfig.spec.json 8d7b61336f 初始化项目 3 年之前
tslint.json 8d7b61336f 初始化项目 3 年之前

README.md

转运PC端

目录说明-seimin(2021-03-08)

  • directives 存放指令
  • guard 存放守卫
  • pipes 存放管道
  • services 存放服务
  • views 存放视图
  • share 存放共享组件
  • components 存放复用性不高的组件

后端提示-seimin(2021-07-05)

  • /simple/data/fetchDataList/{model} 查询列表
  • /simple/data/fetchData/{model}/{id} 查询详情
  • /simple/data/addData/{model} 新增,更新
  • /simple/data/addListData/{model} 新增,更新多个【暂时不用】
  • /simple/data/updData/{model} 更新【暂时不用】
  • /simple/data/rmvData/{model} 删除