feat(wms): 增加库存流水自定义查询功能
- 在 WmsStockLogMapper 中添加 selectVoPagePlus 方法,支持自定义查询条件 - 在 WmsStockLogServiceImpl 中实现自定义查询方法,使用 QueryWrapper 替代 LambdaQueryWrapper - 在 WmsStockLogVo 中添加 warehouseName 字段,用于显示仓库/库区名称 - 更新 mapper XML 文件,添加自定义查询 SQL 语句
This commit is contained in:
@@ -81,5 +81,9 @@ public class WmsStockLogVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
|
||||
/**
|
||||
* 仓库/库区名称
|
||||
*/
|
||||
@ExcelProperty(value = "仓库/库区名称")
|
||||
private String warehouseName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user