No Description

zoie c4fc6c273a Update:优化运输登记表 1 year ago
common e4ecfaa6e5 FUNC:图片管理,生成内部条码 1 year ago
conf dfd3cbfab7 add:退货入库、退货出库 1 year ago
controllers c4fc6c273a Update:优化运输登记表 1 year ago
docs e083b265d3 2023-12-28 扫码入库 1 year ago
dto dfd3cbfab7 add:退货入库、退货出库 1 year ago
logs 4e486d8aa2 2023-11-16 基本信息 1 year ago
middleware c631ece6f9 2023-12-27 1 year ago
models dfd3cbfab7 add:退货入库、退货出库 1 year ago
routers c4fc6c273a Update:优化运输登记表 1 year ago
services c4fc6c273a Update:优化运输登记表 1 year ago
static d6f9aae941 2023-12-14 初版 1 year ago
tests 4e486d8aa2 2023-11-16 基本信息 1 year ago
utils dfd3cbfab7 add:退货入库、退货出库 1 year ago
.gitignore c631ece6f9 2023-12-27 1 year ago
Makefile c631ece6f9 2023-12-27 1 year ago
README.md d6f9aae941 2023-12-14 初版 1 year ago
go.mod 580e296f1d 2024-03-15 1 year ago
go.sum 580e296f1d 2024-03-15 1 year ago
main.go e4ecfaa6e5 FUNC:图片管理,生成内部条码 1 year ago
出入库系统-操作文档.docx a9119c2645 ADD:部分操作手册 1 year ago

README.md

配置 swagger

使用 bee generate docs 生成符合 swagger 使用的两个文档 swagger.json 和 swagger.yml 使用命令 bee run -downdoc=true 更新 swagger-ui ,如果 swagger 目录没有 swagger-ui 则会自动下载安装 使用命令 bee run -gendoc=true 让项目重新编译也会生成 swagger 文档 重点: 这里建议 直接使用命令 bee run -gendoc=true -downdoc=true 结合两个方法

接口文档

生成swagger文档

swag init --parseDependency --parseDepth=6

安装 pdflatex

Ubuntu 或 Debian 等基于 Debian 的 Linux 发行版,可以通过以下命令安装: pdflatex:sudo apt install texlive-latex-base Red Hat 或 Centos 等基于 RPM 的 Linux 发行版,可以通过以下命令安装: pdflatex.sudo yum install texlive-latex macos,可以使用 Homebrew 安装 pdflatex: brew cask install basictex