This commit is contained in:
quowingwang 2026-01-10 17:03:14 +08:00
parent 1dd36973c9
commit c4fb2275d5

View File

@ -43,7 +43,7 @@ namespace RIZO.Model.MES.recipe.Dto
public DateTime? UpdatedTime { get; set; }
public int Ifcheck { get; set; }
public int? Ifcheck { get; set; }
}
}