1
This commit is contained in:
parent
908268f638
commit
2924fdf637
@ -27,9 +27,9 @@ namespace RIZO.Model.MES.recipe.Dto
|
||||
|
||||
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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user