daShangDao_psiWebApp/verifyTool/README.md
97694731 44ba8a631c
Some checks failed
CI / build (20.x) (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / deploy-preview (push) Blocked by required conditions
CI / security (push) Waiting to run
CI / build (18.x) (push) Has been cancelled
1
2026-06-15 18:09:39 +08:00

26 lines
478 B
Markdown

# kfz-goods-pricing
商品定价服务
## 项目结构
```
kfz-goods-pricing/
├── cmd/
│ └── server/ # 应用入口
├── internal/
│ ├── handler/ # HTTP 处理器
│ ├── service/ # 业务逻辑
│ └── repository/ # 数据访问
├── pkg/ # 公共库
├── configs/ # 配置文件
├── go.mod
└── README.md
```
## 运行
```bash
go run cmd/server/main.go
```