领料带数量
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user