feat(工单管理): 添加工单审批通知和滞留库存查询功能

- 在工单服务中新增获取审批通知列表和滞留库存列表的接口
- 添加对应的DTO定义用于查询和响应
- 在控制器中暴露相关API端点
- 修改物料类型字段注释为快速识别标号
- 在工单查询结果中添加物料标号字段
This commit is contained in:
2026-03-10 18:36:25 +08:00
parent b4e1f470f5
commit 424314732c
7 changed files with 311 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ namespace DOAN.Model.BZFM
public string Unit { get; set; }
/// <summary>
/// 物料类型(原材料/半成品/产成品/打包材料/辅料)
/// 快速识别标号
/// </summary>
public string Type { get; set; }