商享通oms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

11 months ago
10 months ago
## 商享通oms项目结构
11 months ago
### 一、目录说明
```
10 months ago
oms-biz -- 根项目
11 months ago
├─ src -- 微服务的基础设施中心
├─ main
├─ java
├─ com.yxt.oms
├─ apiadmin -- pc端后台接口路径
├─ aggregation -- 多表或功能的聚合服务接口
├─ apiwx -- 微信端接口路径
├─ biz -- 服务类目录,一个表一个服务
├─ aggregation -- 多表组合或功能的聚合服务类
├─ goods -- 商品
├─ inventory -- 库存
├─ supplier -- 供应商
├─ user -- 用户
├─ warehouseout -- 出库
├─ warehousereceipt -- 入库
├─ warehouseset -- 仓库设置
├─ config --
├─ feign --
├─ utils --
├─ resources --
```
### 二、项目用到的组件
```
1、nacos
2、redis
3、mysql
4、gateway
```