feat: 添加报废记录功能及相关字段扩展
- 新增报废记录表及相关服务、控制器 - 扩展工单报表DTO,增加炉号、领料批次等字段 - 修改报表查询服务,关联工单表获取更多信息 - 在物料入库DTO中添加工单号字段 - 新增IQC文件夹结构
This commit is contained in:
@@ -69,6 +69,11 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string MaterialCode { get; set; }
|
||||
public string InboundNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工单号
|
||||
/// </summary>
|
||||
public string Workorder { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "入库类型")]
|
||||
public string TransactionTypeLabel { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user