DESKTOP-9BNTV8O
2024-12-16 66b1b95f207cbf623e0ef216c963d2e96a6923f6
Wms/Model/InterFaceModel/RCSModel.cs
@@ -66,19 +66,12 @@
            public string Endport { get; set; }
            public string Pallno { get; set; }
            public string Type { get; set; }
            /// <summary>
            /// 任务类型 
            /// 0:申请储位
            /// 1:叫桶
            /// </summary>
            public string Crtype { get; set; }
            /// <summary>
            /// 库存单据ID
            /// </summary>
            public int? Noticedetailno { get; set; }
            public string LotNo { get; set; }
        }
    }
}