- 将QmsQualityInspectorDetailVO中的pqcModels字段类型从List<QmsQualityInspectorPqcModelVO>改为List<String> - 移除QmsQualityInspectorPqcModelVO中的pqcRuleId字段 - 删除QmsQualityInspectorVO中的pqcModelNos字段 - 新增QmsInspectorModelItem实体类用于存储质检员机型明细 - 新增IQmsInspectorModelItemService接口及其实现类 - 新增QmsInspectorModelItemMapper及相关XML配置文件 - 修改QmsQualityInspectorServiceImpl中PQC机型绑定逻辑,使用新的机型明细表进行数据操作 - 移除旧的PQC检验规则服务依赖和相关处理方法 - 简化机型绑定保存和查询逻辑,直接操作机型明细表 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| nflg-qms-admin | ||
| nflg-qms-pdf-extract | ||
| 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 | ||
| .apifox-helper.properties | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
wkhtmltoimage
用于将HTML转为图片,打印标签需要
- CentOS 7
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
- AlmaLinux 9
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm
yum localinstall wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm