领料带数量

This commit is contained in:
2026-01-27 17:18:51 +08:00
parent a43550ab28
commit 3895195b1b
2 changed files with 12 additions and 5 deletions

View File

@@ -216,7 +216,10 @@ namespace DOAN.Model.BZFM.Dto
public int Id { get; set; }
public string InboundNo { get; set; }
[Required(ErrorMessage = "领料数量不能为空")]
public decimal Quantity { get; set; }
[Required(ErrorMessage = "成品工单号不能为空")]
public string WorkorderRow { get; set; }