Files
qhmes/yy-admin-master/YY.Admin.Core/Entity/MesXslRubberQuickTestStdLine.cs

16 lines
503 B
C#

namespace YY.Admin.Core.Entity;
public class MesXslRubberQuickTestStdLine
{
public string? Id { get; set; }
public string? StdId { get; set; }
public string? DataPointId { get; set; }
public string? PointName { get; set; }
public decimal? LowerLimit { get; set; }
public decimal? UpperLimit { get; set; }
public decimal? LowerWarn { get; set; }
public decimal? UpperWarn { get; set; }
public decimal? TargetValue { get; set; }
public int? SortNo { get; set; }
}