This commit is contained in:
gcw_MV9p2JJN 2026-01-04 20:28:08 +08:00
parent c1b88bb7f2
commit a3344e8cd7

View File

@ -26,7 +26,7 @@ namespace MDM.Model.Process.Dto
public int RoutingId { get; set; }
public string FkProductMaterialCode { get; set; }
public string ProductMaterialCode { get; set; }
public string ProductMaterialName { get; set; }
[Required(ErrorMessage = "工艺路线code不能为空")]
public string RoutingCode { get; set; }