哈尔滨市华光机电设备有限公司
系统模块
├── honghu-bidding-ui // 招投标平台前端 [81]
├── ruoyi-ui // 前端框架 [80]
├── ruoyi-gateway // 网关模块 [8080]
├── ruoyi-auth // 认证中心 [9200]
├── ruoyi-api // 接口模块
│ └── ruoyi-api-system // 系统接口
├── ruoyi-common // 通用模块
│ └── ruoyi-common-core // 核心模块
│ └── ruoyi-common-datascope // 权限范围
│ └── ruoyi-common-datasource // 多数据源
│ └── ruoyi-common-log // 日志记录
│ └── ruoyi-common-redis // 缓存服务
│ └── ruoyi-common-seata // 分布式事务
│ └── ruoyi-common-security // 安全模块
│ └── ruoyi-common-swagger // 系统接口
├── ruoyi-modules // 业务模块
│ └── ruoyi-system // 系统模块 [9201]
│ └── ruoyi-gen // 代码生成 [9202]
│ └── ruoyi-job // 定时任务 [9203]
│ └── ruoyi-file // 文件服务 [9610]
| └── hh-basic // 基础资料 [9999]
| └── hh-bidding // 招标模块 [9209]
| └── hh-nobidding // 非招标模块 [9211]
| └── hh-procure // 采购模块 [9230]
├── ruoyi-visual // 图形化管理模块
│ └── ruoyi-visual-monitor // 监控中心 [9100]
├──pom.xml // 公共依赖
架构图
内置功能
- 采购需求管理:进行采购计划的编写、修改、删除、审核的流程。
- 编码规则:可以自定义编码规则。
- 采购寻源:对已审核的采购计划寻找资源,生成招标项目。
- 框架规则:对信任的供应商签订框架协议,可直接采购。
- 专家管理:需要参加评审的专家可以对其审核。
- 供应商:可以对在招投标平台注册的供应商进行管理。
- 合同管理:可以对定标的计划进行合同的签订存档。
- 非招标项目:对审核通过的非招标项目可以进行对应的采购方式采购。
- 招标项目:审核通过的采购计划可以进行招标、投标、投标、开标、评标等信息记录。