using DapperORMCore.Model.CoreModel; using NXWMS.Model.AppModels.Condition; using NXWMS.Model.AppModels.Condition.Base; using NXWMS.Model.AppModels.Condition.SysSettings; using NXWMS.Model.AppModels.Result.Base; using NXWMS.Model.AppModels.Result.SysSettings; using System; using System.Collections.Generic; using System.Data; using System.Text; namespace NXWMS.IService.NXWMS.Base { /// /// 区域服务 /// public interface IAreaService { OperateResultInfo> GetList(AreaSearchCondition info); } }