namespace DS.WMS.Core.Info.Dtos { /// /// 推送通知项 /// public class NotificationItem { /// /// 值 /// public int Value { get; set; } /// /// 名称 /// public string? Name { get; set; } } }