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 IBasDictionaryService { /// /// 获取通用字典项数据 /// /// OperateResultInfo> GetBasDictionaryData(); } }