Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 617 Bytes

File metadata and controls

33 lines (20 loc) · 617 Bytes

智能制造云平台

介绍

实习实训

软件架构

软件架构说明

一些修改点

使用说明

  1. bean包定义了JSON信息的结构
  2. controller包定义了路由映射函数
  3. service包定义了核心业务逻辑
  4. dao包定义了数据库操作
  5. dbhelper包定义了数据库操作(dao)实现类(已删除)
  6. entity包定义数据库存储实体
  7. jsonhelper包定义了json传递错误码
  8. enumbean包定义了各表状态枚举类

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request