You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com 091d3eb2ff feat(wms): 添加发货单到货确认功能
- 在WmsShippingBill实体类中新增到货确认相关字段:needArrivalConfirm、isAllReceiving、arrivalReceiptOssId、arrivalConfirmTime、arrivalConfirmBy
- 在WmsShippingBillBo业务对象中同步添加到货确认相关属性
- 在WmsShippingBillVo视图对象中添加到货确认相关字段并配置Excel导出注解
- 修改数据库映射文件WmsShippingBillMapper.xml,更新查询语句以包含新字段并关联用户表查询确认人姓名
- 在WmsShippingBillServiceImpl服务实现中添加到货确认逻辑处理
- 实现根据发货类型自动判定是否需要到货确认的功能
- 添加发货单号自动生成机制,集成远程编码规则服务
- 完善查询包装器,支持按到货确认时间和发货时间范围筛选
- 优化流程变量设置,确保到货确认节点抄送人员验证
- 修复getVariables方法中的潜在空指针问题
6 days ago
..
src/main feat(wms): 添加发货单到货确认功能 6 days ago
Dockerfile 增加 wms模块基础信息 5 months ago
pom.xml feat(wms): 添加发货单Word导出功能 3 months ago