using DapperORMCore.Model.CoreModel; using NXWMS.Model.AppModels.Condition.Base; using NXWMS.Model.AppModels.Result.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NXWMS.IService.NXWMS.Base { /// /// 包装接口 /// public interface IPackageService { OperateResultInfo> GetList(PackageSearchCondition info); } }