xxyy
2025-02-18 7feb87dec6ebb75c7ec235505bc6c3dd94c1cde0
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/AgingOutputDto.cs
@@ -38,15 +38,15 @@
    /// <summary>
    /// 参数
    /// </summary>
    public List<ParameterInfo> ParameterInfo { get; set; }
    public List<ParameterInfoOutput> ParameterInfo { get; set; }
}
public class ParameterInfo
public class ParameterInfoOutput
{
    /// <summary>
    /// 参数编码
    /// </summary>
    public string ParamterCode { get; set; }
    public string ParameterCode { get; set; }
    /// <summary>
    /// 参数描述
@@ -66,7 +66,7 @@
    /// <summary>
    /// 下限
    /// </summary>
    public string LowerLomit { get; set; }
    public string LowerLimit { get; set; }
    /// <summary>
    /// 目标值
@@ -82,4 +82,9 @@
    /// 缺陷代码
    /// </summary>
    public string DefectCode { get; set; }
    /// <summary>
    /// 单位
    /// </summary>
    public string UOMCode { get; set; }
}