This commit is contained in:
gcw_MV9p2JJN 2026-01-04 22:37:36 +08:00
parent b494356648
commit 6a3253fb48

View File

@ -16,6 +16,8 @@ namespace MDM.Model.Process.Dto
public string? FkOperationCode { get; set; }
public string? FkWorkstationCode { get; set; }
public string FkProductlinebodyCode { get; set; }
}