# express-service **Repository Path**: trible-idea/express-service ## Basic Information - **Project Name**: express-service - **Description**: HLWL基础物流服务系统 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-05 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 基础物流信息服务 ```text `目录结构` ├── LICENSE 开源协议 ├── README.md readme ├── bin 项目可执行文件 ├── cmd 命令文件 │   ├── root.go 根命令 │   └── version.go 添加的子命令 ├── config 配置文件目录 ├── controller 控制层 ├── dao DB操作层 ├── go.mod go moduler 管理文件 ├── go.sum go moduler 校验文件 ├── main.go 程序启动入口 ├── service 业务逻辑层 └── utils 工具类文件 ```