diff --git a/MDM/Models/Recipe/Dto/PfRecipeVersionDto.cs b/MDM/Models/Recipe/Dto/PfRecipeVersionDto.cs index 44e5fb2..dc3659e 100644 --- a/MDM/Models/Recipe/Dto/PfRecipeVersionDto.cs +++ b/MDM/Models/Recipe/Dto/PfRecipeVersionDto.cs @@ -36,7 +36,7 @@ namespace RIZO.Model.MES.recipe.Dto public DateTime? UpdatedTime { get; set; } - public string? StatusLabel { get; set; } + //public string? StatusLabel { get; set; } public string? ProductCode { get; set; }