<?xml version="1.0"?> <doc> <assembly> <name>Kean.Presentation.Rest</name> </assembly> <members> <member name="T:Kean.Presentation.Rest.Controllers.AgvApplyController"> <summary> 库存服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.#ctor(Microsoft.Extensions.Logging.ILogger{Kean.Presentation.Rest.Controllers.AgvApplyController},Kean.Application.Command.Interfaces.ITaskService,Kean.Application.Command.Interfaces.IInterfaceService,Kean.Infrastructure.Soap.Hithium.WmsAPIService,Kean.Application.Command.Interfaces.IStockService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.PlanIn(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Kean.Application.Command.ViewModels.Order.Line})"> <summary> 获取入库订单 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.PlanOut(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Kean.Presentation.Rest.Models.OrderList})"> <summary> 获取出库订单 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.GoodsBack(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Kean.Presentation.Rest.Models.OrderList})"> <summary> 线边退库 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.FeedbackIn"> <summary> 模拟 入库订单完成 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.FeedbackPlanOut"> <summary> 模拟 配送任务完成结果接口 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.FeedbackBackIn"> <summary> 模拟 线边退货完成接口 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AgvApplyController.DeviceStatus"> <summary> 模拟 设备状态接口 </summary> </member> <member name="T:Kean.Presentation.Rest.Controllers.AreasController"> <summary> 库区服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AreasController.#ctor(Kean.Application.Query.Interfaces.IWarehouseService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.AreasController.GetList(System.Int32[],System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取库区列表 </summary> <response code="200">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.CellsController"> <summary> 货位服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.CellsController.#ctor(Kean.Application.Query.Interfaces.IWarehouseService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.CellsController.GetList(System.Int32[],System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)"> <summary> 获取货位列表 </summary> <response code="200">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.DisablementsController"> <summary> 禁用点服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.DisablementsController.#ctor(Kean.Application.Command.Interfaces.ITaskService,Kean.Application.Query.Interfaces.IWarehouseService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.DisablementsController.GetList(System.Int32[],System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String)"> <summary> 获取禁用点列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.DisablementsController.Batch(System.Int32,System.String,Kean.Presentation.Rest.Batch{System.String})"> <summary> 批量处理禁用点 </summary> <response code="200">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.InstructionsController"> <summary> 指令服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.InstructionsController.#ctor(Kean.Application.Query.Interfaces.IWcsService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.InstructionsController.GetList(System.String[],System.String,System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取指令记录列表 </summary> <response code="200">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.ItemsController"> <summary> Item服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.ItemsController.#ctor(Kean.Application.Command.Interfaces.IBasicService,Kean.Application.Query.Interfaces.IBasicService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.ItemsController.GetList(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取item列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.ItemsController.CreateItem(Kean.Application.Command.ViewModels.Item)"> <summary> 创建Item </summary> <response code="201">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.ItemsController.ModifyItem(System.String,Kean.Application.Command.ViewModels.Item)"> <summary> 修改Item </summary> <response code="200">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.ItemsController.BatchItem(Kean.Presentation.Rest.Batch{System.String})"> <summary> 批量处理物料 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.MaterialsController"> <summary> 物料服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.#ctor(Kean.Application.Command.Interfaces.IMaterialService,Kean.Application.Query.Interfaces.IMaterialService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.GetMaterialList(System.String,System.String,System.String,System.Int32[],System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取物料列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.Export(System.String,System.String,System.String,System.Int32[],System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 导出库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.GetMaterialItem(System.Int32)"> <summary> 获取物料 </summary> <response code="200">成功</response> <response code="404">不存在</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.CreateMaterial(Kean.Application.Command.ViewModels.Material)"> <summary> 创建物料 </summary> <response code="201">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.ModifyMaterial(System.Int32,Kean.Application.Command.ViewModels.Material)"> <summary> 修改物料 </summary> <response code="200">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.BatchMaterial(Kean.Presentation.Rest.Batch{System.Int32})"> <summary> 批量处理物料 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.GetCategoryTree"> <summary> 获取品类列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.GetCategory"> <summary> 获取品类列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.CreateCategory(Kean.Application.Command.ViewModels.Category)"> <summary> 创建品类 </summary> <response code="201">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.ModifyCategory(System.Int32,Kean.Application.Command.ViewModels.Category)"> <summary> 修改品类 </summary> <response code="200">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.BatchCategory(Kean.Presentation.Rest.Batch{System.Int32})"> <summary> 批量处理品类 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.GetSafetyList(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取安全库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.Create(Kean.Application.Command.ViewModels.Safety)"> <summary> 创建安全库存 </summary> <response code="201">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.Modify(System.Int32,Kean.Application.Command.ViewModels.Safety)"> <summary> 修改安全库存 </summary> <response code="200">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.MaterialsController.Batch(Kean.Presentation.Rest.Batch{System.Int32})"> <summary> 批量处理安全库存 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.OrdersController"> <summary> 订单服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.#ctor(Kean.Application.Command.Interfaces.IOrderService,Microsoft.Extensions.Configuration.IConfiguration,Kean.Application.Query.Interfaces.IOrderService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.GetActionList"> <summary> 获取系统行为列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.GetTypeList"> <summary> 获取订单类型列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.CreateType(Kean.Application.Command.ViewModels.Ordtyp)"> <summary> 创建订单类型 </summary> <response code="201">成功</response> <response code="409">类型已存在</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.ModifyType(System.Int32,Kean.Application.Command.ViewModels.Ordtyp)"> <summary> 修改订单类型 </summary> <response code="200">成功</response> <response code="409">类型已存在</response> <response code="410">类型已删除</response> <response code="422">请求内容错误</response> <response code="423">类型被锁定</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.DeleteType(System.Int32)"> <summary> 删除订单类型 </summary> <response code="204">成功</response> <response code="422">请求内容错误</response> <response code="423">类型被锁定</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.GetFlowList"> <summary> 获取工作流列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.CreateFlow(Kean.Application.Command.ViewModels.Flow)"> <summary> 创建工作流 </summary> <response code="201">成功</response> <response code="409">工作流已存在</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.ModifyFlow(System.Int32,Kean.Application.Command.ViewModels.Flow)"> <summary> 修改工作流 </summary> <response code="200">成功</response> <response code="409">工作流已存在</response> <response code="410">工作流已删除</response> <response code="422">请求内容错误</response> <response code="423">工作流被锁定</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.DeleteFlow(System.Int32)"> <summary> 删除工作流 </summary> <response code="204">成功</response> <response code="422">请求内容错误</response> <response code="423">类型被锁定</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.GetOrderList(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取实例列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.GetLineList(System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取行列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.CreateOrder(Kean.Application.Command.ViewModels.Order)"> <summary> 创建订单 </summary> <response code="201">成功</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.ModifyOrder(System.Int32,Kean.Application.Command.ViewModels.Order)"> <summary> 修改订单 </summary> <response code="200">成功</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.OrdersController.DeleteOrder(System.Int32)"> <summary> 删除订单 </summary> <response code="204">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.RecordsController"> <summary> 记录服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.#ctor(Kean.Application.Query.Interfaces.IStockService,Kean.Application.Command.Interfaces.IStockService,Kean.Application.Query.Interfaces.IRecordService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.GetList(System.Int32[],System.Int32[],System.String,System.String,System.String,System.String[],System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String)"> <summary> 获取记录列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.Export(System.Int32[],System.Int32[],System.String,System.String,System.String,System.String[],System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String)"> <summary> 导出库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.InterfaceGetList(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取接口记录列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.ApiRecordGetList(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取api操作记录列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.RecordStatistics(System.DateTime,System.DateTime,System.String,System.String,System.Boolean)"> <summary> 统计出入库记录 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.ErrfeedbackList(System.String,System.String,System.String,System.String[],System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取异常反馈列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RecordsController.ReFeedback(System.Int32[])"> <summary> 重新反馈 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.RolesController"> <summary> 角色服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.#ctor(Kean.Application.Command.Interfaces.IBasicService,Kean.Application.Query.Interfaces.IBasicService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.GetList(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取角色列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.Create(Kean.Application.Command.ViewModels.Role)"> <summary> 创建角色 </summary> <response code="201">成功</response> <response code="409">角色已存在</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.Modify(System.Int32,Kean.Application.Command.ViewModels.Role)"> <summary> 修改角色 </summary> <response code="200">成功</response> <response code="409">角色已存在</response> <response code="410">角色已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.Batch(Kean.Presentation.Rest.Batch{System.Int32})"> <summary> 批量处理角色 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.MenuPermission(System.Int32)"> <summary> 获取角色菜单 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.RolesController.MenuPermission(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"> <summary> 设置角色菜单 </summary> <response code="200">成功</response> <response code="410">角色已删除</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.SessionsController"> <summary> 会话服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.SessionsController.#ctor(Kean.Application.Command.Interfaces.IIdentityService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.SessionsController.Login(Kean.Application.Command.ViewModels.User,System.String,System.String)"> <summary> 创建资源(登录) </summary> <response code="201">成功</response> <response code="401">账号或密码错误</response> <response code="423">账号被冻结</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.SessionsController.Logout(System.String,System.String)"> <summary> 删除资源(注销) </summary> <response code="204">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.StatisticsController"> <summary> 统计服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.StatisticsController.#ctor(Kean.Application.Query.Interfaces.IStatisticsService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.StatisticsController.GetTvStatistics(System.Nullable{System.Int32})"> <summary> 获取TV显示数据 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StatisticsController.GetTVLedInfo(System.String)"> <summary> 获取TV显示站台提示 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StatisticsController.StockStatistics(System.String,System.Boolean)"> <summary> 统计库存 </summary> <response code="200">成功</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.StocksController"> <summary> 库存服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.#ctor(Kean.Application.Command.Interfaces.IStockService,Kean.Application.Query.Interfaces.IStockService,Kean.Application.Query.Interfaces.IIdentityService,Kean.Application.Query.Interfaces.IWarehouseService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.GetList(System.Int32[],System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Int32[],System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.Boolean,System.String)"> <summary> 获取库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.Export(System.Int32[],System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Int32[],System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String)"> <summary> 导出库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.Operate(System.String,Kean.Application.Command.ViewModels.Stock,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Int32)"> <summary> 创建库动 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.GetSafetyList(System.String,System.Int32[],System.Int32[],System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取安全库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.ExportSafety(System.String,System.Int32[],System.Int32[],System.String,System.String)"> <summary> 导出安全库存列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.GetBatchList(System.Nullable{System.Int32})"> <summary> 获取批次码列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.StocksController.SetQcStatus(System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String[],System.Int32)"> <summary> 冻结 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.TasksController"> <summary> 任务服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.TasksController.#ctor(Kean.Application.Command.Interfaces.ITaskService,Kean.Application.Query.Interfaces.IIdentityService,Kean.Application.Query.Interfaces.ITaskService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.TasksController.GetList(System.Int32[],System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取任务列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.TasksController.Create(System.String,System.Int32,Kean.Application.Command.ViewModels.Task)"> <summary> 创建任务 </summary> <response code="201">成功</response> <response code="405">非法操作</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.UsersController"> <summary> 用户服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.#ctor(Kean.Application.Command.Interfaces.IBasicService,Kean.Application.Query.Interfaces.IBasicService,Kean.Application.Command.Interfaces.IIdentityService,Kean.Application.Query.Interfaces.IIdentityService,Kean.Application.Command.Interfaces.IMessageService,Kean.Application.Query.Interfaces.IMessageService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.GetProfile(System.Int32)"> <summary> 获取当前用户 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.ModifyAvatar(Kean.Application.Command.ViewModels.User,System.Int32)"> <summary> 修改当前用户的头像 </summary> <response code="200">成功</response> <response code="422">图像内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.InitializePassword(Kean.Application.Command.ViewModels.Password,System.Int32)"> <summary> 初始化当前用户的密码 </summary> <response code="201">成功</response> <response code="405">密码已经初始化,不允许操作</response> <response code="422">密码格式错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.ModifyPassword(Kean.Application.Command.ViewModels.Password,System.Int32)"> <summary> 修改当前用户的密码 </summary> <response code="200">成功</response> <response code="422">原密码错误或新密码格式错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.GetMenu(System.Int32)"> <summary> 获取当前用户菜单 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.CheckPermission(System.String,System.String)"> <summary> 当前用户对指定路由的访问权限 </summary> <response code="200">成功</response> <response code="403">没有权限</response> <response code="419">密码失效</response> <response code="428">密码未初始化</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.GetMessageList(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Int32)"> <summary> 获取当前用户消息 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.GetMessageItem(System.Int32,System.Int32)"> <summary> 获取当前用户消息内容 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.BatchMessage(Kean.Presentation.Rest.Batch{Kean.Application.Command.ViewModels.Message},System.Int32)"> <summary> 批量处理消息 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.GetList(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取角色列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.Create(Kean.Application.Command.ViewModels.User)"> <summary> 创建用户 </summary> <response code="201">成功</response> <response code="409">用户已存在</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.Modify(System.Int32,Kean.Application.Command.ViewModels.User)"> <summary> 修改用户 </summary> <response code="200">成功</response> <response code="409">用户已存在</response> <response code="410">用户已删除</response> <response code="422">请求内容错误</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.Batch(Kean.Presentation.Rest.Batch{System.Int32})"> <summary> 批量处理用户 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UsersController.ResetPassword(System.Int32)"> <summary> 重置密码 </summary> <response code="204">成功</response> <response code="410">角色已删除</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.UtilitiesController"> <summary> 通用服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.#ctor(Kean.Application.Utilities.Interfaces.ICrudService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Get(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> 获取资源列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Get(System.String,System.String)"> <summary> 获取资源项 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Create(System.String,System.Collections.Generic.IDictionary{System.String,System.Text.Json.JsonElement})"> <summary> 创建资源 </summary> <response code="201">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Modify(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Text.Json.JsonElement})"> <summary> 修改资源 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Delete(System.String,System.String)"> <summary> 删除资源 </summary> <response code="204">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.UtilitiesController.Batch(System.String,Kean.Presentation.Rest.Batch{System.Text.Json.JsonElement})"> <summary> 批量处理资源 </summary> <response code="200">成功</response> <response code="405">方法不支持</response> </member> <member name="T:Kean.Presentation.Rest.Controllers.WarehousesController"> <summary> 仓库服务 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.WarehousesController.#ctor(Kean.Application.Query.Interfaces.IWarehouseService,Kean.Application.Command.Interfaces.ITaskService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Controllers.WarehousesController.GetList(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> 获取仓库列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.WarehousesController.GetEmergencyList(System.String,System.String,System.String)"> <summary> 获取应急站台列表 </summary> <response code="200">成功</response> </member> <member name="M:Kean.Presentation.Rest.Controllers.WarehousesController.ModifyEmergency(System.String,Kean.Application.Query.ViewModels.EmergencyStation,System.Int32)"> <summary> 修改应急站台 </summary> <response code="200">成功</response> <response code="409">信息已存在</response> <response code="410">信息已删除</response> <response code="422">请求内容错误</response> </member> <member name="T:Kean.Presentation.Rest.Hubs.IdentityHub"> <summary> 在线集线器 </summary> </member> <member name="M:Kean.Presentation.Rest.Hubs.IdentityHub.#ctor(Microsoft.AspNetCore.SignalR.IHubContext{Kean.Presentation.Rest.Hubs.IdentityHub},Kean.Application.Command.Interfaces.IIdentityService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Hubs.MessageHub"> <summary> 消息集线器 </summary> </member> <member name="M:Kean.Presentation.Rest.Hubs.MessageHub.#ctor(Microsoft.AspNetCore.SignalR.IHubContext{Kean.Presentation.Rest.Hubs.MessageHub},Kean.Application.Command.Interfaces.IMessageService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Hubs.StatisticsHub"> <summary> 消息集线器 </summary> </member> <member name="M:Kean.Presentation.Rest.Hubs.StatisticsHub.#ctor(Microsoft.AspNetCore.SignalR.IHubContext{Kean.Presentation.Rest.Hubs.StatisticsHub})"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.AutoPalletOutJob"> <summary> WCS 监控站台有货状态处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.AutoPalletOutJob.#ctor(Kean.Application.Command.Interfaces.ITaskService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.ClearRecordJob"> <summary> 发送TV统计数据处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.ClearRecordJob.#ctor(Kean.Application.Command.Interfaces.IInterfaceService,Microsoft.Extensions.Configuration.IConfiguration)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.TVStatisticsJob"> <summary> 发送TV统计数据处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.TVStatisticsJob.#ctor(Kean.Application.Query.Interfaces.IStatisticsService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.WcsInputJob"> <summary> WCS 输入处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.WcsInputJob.#ctor(Kean.Application.Command.Interfaces.IWcsService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.WcsOutputJob"> <summary> WCS 输出处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.WcsOutputJob.#ctor(Kean.Application.Command.Interfaces.IWcsService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Jobs.WcsStationJob"> <summary> WCS 监控站台有货状态处理作业 </summary> </member> <member name="M:Kean.Presentation.Rest.Jobs.WcsStationJob.#ctor(Kean.Application.Command.Interfaces.IWcsService)"> <summary> 依赖注入 </summary> </member> <member name="T:Kean.Presentation.Rest.Program"> <summary> 应用程序入口 </summary> </member> <member name="M:Kean.Presentation.Rest.Program.Main(System.String[])"> <summary> 入口 </summary> </member> <member name="M:Kean.Presentation.Rest.Program.CreateHostBuilder(System.String[])"> <summary> 初始化 </summary> </member> <member name="T:Kean.Presentation.Rest.ActionFilter"> <summary> 全局操作过滤器 </summary> </member> <member name="M:Kean.Presentation.Rest.ActionFilter.OnActionExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext)"> <summary> 在调用操作方法之前发生 </summary> <param name="context">操作上下文</param> </member> <member name="M:Kean.Presentation.Rest.ActionFilter.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext)"> <summary> 在调用操作方法之后发生 </summary> <param name="context">操作执行的上下文</param> </member> <member name="T:Kean.Presentation.Rest.AnonymousAttribute"> <summary> 指示 Action 允许匿名访问,不进行身份验证 </summary> </member> <member name="T:Kean.Presentation.Rest.ApplicationBuilderExtensions"> <summary> ApplicationBuilder 扩展方法 </summary> </member> <member name="M:Kean.Presentation.Rest.ApplicationBuilderExtensions.UseSwagger(Microsoft.AspNetCore.Builder.IApplicationBuilder)"> <summary> 注册 Swagger 及 UI 中间件 </summary> <param name="app">应用程序管道</param> <returns>应用程序管道</returns> </member> <member name="M:Kean.Presentation.Rest.ApplicationBuilderExtensions.UseAuthentication(Microsoft.AspNetCore.Builder.IApplicationBuilder)"> <summary> 注册身份验证中间件 </summary> <param name="app">应用程序管道</param> <returns>应用程序管道</returns> </member> <member name="M:Kean.Presentation.Rest.ApplicationBuilderExtensions.UseBlacklist(Microsoft.AspNetCore.Builder.IApplicationBuilder)"> <summary> 注册黑名单中间件 </summary> <param name="app">应用程序管道</param> <returns>应用程序管道</returns> </member> <member name="T:Kean.Presentation.Rest.AuthenticationMiddleware"> <summary> 身份验证中间件 </summary> </member> <member name="M:Kean.Presentation.Rest.AuthenticationMiddleware.#ctor(Microsoft.AspNetCore.Http.RequestDelegate)"> <summary> 初始化 Kean.Presentation.Rest.AuthenticationMiddleware 类的新实例 </summary> </member> <member name="M:Kean.Presentation.Rest.AuthenticationMiddleware.InvokeAsync(Microsoft.AspNetCore.Http.HttpContext,Kean.Application.Command.Interfaces.IIdentityService)"> <summary> 执行方法 </summary> </member> <member name="T:Kean.Presentation.Rest.Batch`1"> <summary> Restful Api 批量操作资源时的数据结构 </summary> <typeparam name="T">项目数据类型</typeparam> </member> <member name="P:Kean.Presentation.Rest.Batch`1.Method"> <summary> 获取操作方法 </summary> </member> <member name="P:Kean.Presentation.Rest.Batch`1.Data"> <summary> 获取或设置数据 </summary> </member> <member name="T:Kean.Presentation.Rest.BatchMethod"> <summary> Restful Api 批量操作资源的方法 </summary> </member> <member name="F:Kean.Presentation.Rest.BatchMethod.Create"> <summary> 创建资源 </summary> </member> <member name="F:Kean.Presentation.Rest.BatchMethod.Update"> <summary> 更新资源 </summary> </member> <member name="F:Kean.Presentation.Rest.BatchMethod.Delete"> <summary> 删除资源 </summary> </member> <member name="T:Kean.Presentation.Rest.BlacklistMiddleware"> <summary> 黑名单中间件 </summary> </member> <member name="M:Kean.Presentation.Rest.BlacklistMiddleware.#ctor(Microsoft.AspNetCore.Http.RequestDelegate)"> <summary> 初始化 Kean.Presentation.Rest.BlacklistMiddleware 类的新实例 </summary> </member> <member name="M:Kean.Presentation.Rest.BlacklistMiddleware.InvokeAsync(Microsoft.AspNetCore.Http.HttpContext,Kean.Application.Query.Interfaces.IAppService)"> <summary> 执行方法 </summary> </member> <member name="T:Kean.Presentation.Rest.ConfigurationProvider"> <summary> 配置文件的取值方式 </summary> </member> <member name="M:Kean.Presentation.Rest.ConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.IConfiguration)"> <summary> 初始化 Kean.Presentation.Rest.ConfigurationProvider 类的新实例 </summary> </member> <member name="T:Kean.Presentation.Rest.ConfigurationSource"> <summary> 配置文件来源 </summary> </member> <member name="M:Kean.Presentation.Rest.ConfigurationSource.#ctor(Microsoft.Extensions.Configuration.IConfiguration)"> <summary> 初始化 Kean.Presentation.Rest.ConfigurationSource 类的新实例 </summary> </member> <member name="T:Kean.Presentation.Rest.ExceptionFilter"> <summary> 全局异常过滤器 </summary> </member> <member name="M:Kean.Presentation.Rest.ExceptionFilter.#ctor(Microsoft.Extensions.Logging.ILogger{Kean.Presentation.Rest.ExceptionFilter})"> <summary> 初始化 Kean.Presentation.Rest.ExceptionFilter 类的新实例 </summary> </member> <member name="M:Kean.Presentation.Rest.ExceptionFilter.OnException(Microsoft.AspNetCore.Mvc.Filters.ExceptionContext)"> <summary> 出现异常时发生 </summary> <param name="context">发生异常的上下文</param> </member> <member name="T:Kean.Presentation.Rest.FromFileAttribute"> <summary> 指定参数仅来自文件上传 </summary> </member> <member name="M:Kean.Presentation.Rest.FromFileAttribute.#ctor"> <summary> 初始化 Kean.Presentation.Rest.FromFileAttribute 类的新实例 </summary> </member> <member name="T:Kean.Presentation.Rest.FromFileAttribute.ModelBinder"> <summary> 实体绑定器 </summary> </member> <member name="T:Kean.Presentation.Rest.FromMemberAttribute"> <summary> 指定参数仅来自传入的实体成员 </summary> </member> <member name="M:Kean.Presentation.Rest.FromMemberAttribute.#ctor"> <summary> 初始化 Kean.Presentation.Rest.FromMemberAttribute 类的新实例 </summary> </member> <member name="T:Kean.Presentation.Rest.FromMemberAttribute.ModelBinder"> <summary> 实体绑定器 </summary> </member> <member name="T:Kean.Presentation.Rest.FromMiddlewareAttribute"> <summary> 指定参数仅来自中间件 </summary> </member> <member name="T:Kean.Presentation.Rest.ServiceCollectionExtensions"> <summary> ServiceCollection 扩展方法 </summary> </member> <member name="M:Kean.Presentation.Rest.ServiceCollectionExtensions.Add``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> <summary> 向服务描述中追加配置类型 </summary> <typeparam name="T">包含配置操作的类型</typeparam> <param name="services">服务描述符</param> <returns>服务描述符</returns> </member> <member name="M:Kean.Presentation.Rest.ServiceCollectionExtensions.Startup(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> <summary> 向服务描述中追加启动过滤 </summary> <param name="services">服务描述符</param> <returns>服务描述符</returns> </member> <member name="T:Kean.Presentation.Rest.StartupFilter"> <summary> 应用启动过滤器 </summary> </member> <member name="M:Kean.Presentation.Rest.StartupFilter.#ctor(System.IServiceProvider)"> <summary> 初始化 Kean.Presentation.Rest.StartupFilter 类的新实例 </summary> </member> <member name="M:Kean.Presentation.Rest.StartupFilter.Configure(System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})"> <summary> 启动任务 </summary> </member> <member name="T:Kean.Presentation.Rest.SwaggerFilter"> <summary> Swagger UI 过滤器 </summary> </member> <member name="M:Kean.Presentation.Rest.Soaps.Services.AgvApplyService.#ctor(Kean.Application.Command.Interfaces.IStockService,Kean.Infrastructure.Configuration.BarcodeInterpreter,Microsoft.Extensions.Logging.ILogger{Kean.Presentation.Rest.Soaps.Services.AgvApplyService},Kean.Application.Query.Interfaces.IMaterialService)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Soaps.Services.AgvApplyService.AgvApplyIn(System.String,System.Collections.Generic.List{System.String})"> <summary> 申请入库 </summary> </member> <member name="T:Kean.Presentation.Rest.Startup"> <summary> 应用程序启动类 </summary> </member> <member name="M:Kean.Presentation.Rest.Startup.#ctor(Microsoft.Extensions.Configuration.IConfiguration)"> <summary> 初始化 Kean.Presentation.Rest.Startup 类的新实例 </summary> </member> <member name="M:Kean.Presentation.Rest.Startup.DependencyInject(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> <summary> 依赖注入 </summary> </member> <member name="M:Kean.Presentation.Rest.Startup.ConfigureServices(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> <summary> 将服务添加到托盘 </summary> </member> <member name="M:Kean.Presentation.Rest.Startup.Configure(Microsoft.AspNetCore.Builder.IApplicationBuilder)"> <summary> 配置 HTTP 请求管道 </summary> </member> </members> </doc>