Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -32,20 +32,13 @@ public string LinedProcessFeedbackTime { get; set; } /// <summary> /// 参数版本信息 /// 特征参数返回(静置时长) /// </summary> public string ParamVersion { get; set; } public string SpecialParameterDuration { get; set; } /// <summary> /// 是否需要读取参数 /// 单位 /// </summary> public bool ParamRefreshFlag { get; set; } /// <summary> /// 参数信息数组 /// </summary> public List<ParameterInfoDto> ParameterInfo { get; set; } = new List<ParameterInfoDto>(); public string UomCode { get; set; } } }