- 将QmsInspectionStandard实体中version字段类型由Integer改为String - 注释掉自动生成版本号的方法及相关调用,修改为直接使用传入的version值 - QmsInspectionStandardControllerService中设置版本号及启用状态使用编辑请求数据 - QmsInspectionStandardEditQO中新增version和isEnabled字段,增加参数校验 - 将部分流操作由collect(Collectors.toList())替换为toList()方法调用,提高代码简洁性 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| nflg-qms-admin | ||
| nflg-wms-admin | ||
| nflg-wms-auth | ||
| nflg-wms-common | ||
| nflg-wms-gateway | ||
| nflg-wms-repository | ||
| nflg-wms-scheduled | ||
| nflg-wms-shipment | ||
| nflg-wms-srm-receive | ||
| nflg-wms-starter | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
- wkhtmltoimage
用于将HTML转为图片,打印标签需要
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm