终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
526 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace BPASmartClient.MessageName
  8. {
  9. /// <summary>
  10. /// 数据订阅主题管理中心
  11. /// </summary>
  12. public class DataName
  13. {
  14. #region XX数据
  15. /// <summary>
  16. /// xxx消息
  17. ///
  18. /// </summary>
  19. [Description("消息备注"), Browsable(true)]
  20. public static string xxx = "xxx";
  21. #endregion
  22. }
  23. }