-
- using System;
- using System.Collections.Generic;
- using System.IO;
- using System.Text;
- using Wms.Screen.Dto.Dadihaiyang.Response;
- using Wms.Screen.SqlSugar.Model;
- namespace Wms.Screen.Service.IService
- {
- public interface IBaseDictionaryService
- {
- List<SysDictionary> GetBaseDictionaryList();
- }
- }
|