增加订阅通知

This commit is contained in:
18942506660
2024-03-26 15:32:17 +08:00
parent df821329ef
commit f355f35733
15 changed files with 960 additions and 0 deletions

View File

@@ -499,6 +499,39 @@
<param name="serialNumber">序列号</param>
<returns></returns>
</member>
<member name="T:WMS.Web.Api.Controllers.SubscribeNotificationController">
<summary>
订阅通知
</summary>
</member>
<member name="M:WMS.Web.Api.Controllers.SubscribeNotificationController.GetPagedList(WMS.Web.Core.Dto.SubscribeNotification.SubscribeNotificationQueryRequest)">
<summary>
列表
</summary>
<param name="dto"></param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SubscribeNotificationController.Save(WMS.Web.Core.Dto.SubscribeNotification.SaveSubscribeNotificationRequest)">
<summary>
新增
</summary>
<param name="dto"></param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SubscribeNotificationController.Edit(WMS.Web.Core.Dto.SubscribeNotification.EditSubscribeNotificationRequest)">
<summary>
修改
</summary>
<param name="dto"></param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SubscribeNotificationController.Sync(WMS.Web.Core.Dto.OperateRequest)">
<summary>
删除
</summary>
<param name="dto"></param>
<returns></returns>
</member>
<member name="T:WMS.Web.Api.Controllers.SysConfigController">
<summary>
系统配置