This commit is contained in:
quowingwang 2026-01-10 17:31:49 +08:00
parent 908268f638
commit 2924fdf637

View File

@ -27,9 +27,9 @@ namespace RIZO.Model.MES.recipe.Dto
public string? Unit { get; set; } public string? Unit { get; set; }
public decimal? UpperLimit { get; set; } public decimal UpperLimit { get; set; }
public decimal? LowerLimit { get; set; } public decimal LowerLimit { get; set; }
public string? StandardValue { get; set; } public string? StandardValue { get; set; }
@ -43,7 +43,7 @@ namespace RIZO.Model.MES.recipe.Dto
public DateTime? UpdatedTime { get; set; } public DateTime? UpdatedTime { get; set; }
public int? Ifcheck { get; set; } public int Ifcheck { get; set; }
} }
} }