- using DapperORMCore.Model.CoreModel;
- using NXWMS.Model.AppModels.Result.Common;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace NXWMS.IService.NXWMS.Common
- {
- public interface IBasDictionaryService
- {
- OperateResultInfo<List<BasDictionaryResult>> GetBasDictionaryData();
- }
- }
|