feat(库存报表): 新增出入库报表功能及变动箱数字段

添加成品库出入库报表功能,包括入库报表和出库报表的查询接口
在WmGoodsRecord模型中新增ChangePackage字段记录变动箱数
修复Job_Blank.cs中多余的return null语句
This commit is contained in:
2025-08-15 14:58:32 +08:00
parent 1be5945f2f
commit 20c7855995
14 changed files with 608 additions and 3 deletions

View File

@@ -121,11 +121,10 @@ namespace ZR.Tasks.TaskScheduler
.ToList();
}
}
catch (Exception ex)
catch (Exception)
{
return null;
}
return null;
}
/// <summary>