1
huangxiaoqiang
7 天以前 ff34f2d5f1e9a4a3fcd7ed5049bd88d75c70203b
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -91,4 +91,30 @@
        /// </summary>
        public string ParameterCode { get; set; }
    }
    public class EqptRunDTO: BasicResult
    {
        public string WipOrderNo { get; set; }
        public string ProductDesc { get; set; }
        public string FirstArticleNum { get; set; }
        public string DebugNum { get; set; }
        public string ParamVersion { get; set; }
        public bool ParamRefreshFlag { get; set; }
        public string ProductType { get; set; }
        public string ProductModel { get; set; }
        public object ParameterInfo { get; set; }
        public bool IsProcessed { get; set; }
        public string PreProductNo { get; set; }
    }
}