using NXWMS.Client.Model.AppModels.Result.Common; using NXWMS.Client.Model.CoreModels; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NXWMS.Client.Interface.Common { public interface IMaterielMsgForAddArrivalService { OperateResultInfo> GetMaterielMsgForAddArrival(); } }