终端一体化运控平台
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.
 
 
 

24 lines
558 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace BPASmartClient.MessageName.接收消息Model.滚动线
  7. {
  8. /// <summary>
  9. /// 滚动线数据设置-Model
  10. /// </summary>
  11. public class ConveyorBeltMessageModel
  12. {
  13. /// <summary>
  14. /// 消息ID号:id 号
  15. /// </summary>
  16. public string MessageID { get; set; }
  17. /// <summary>
  18. /// 滚动线:标题
  19. /// </summary>
  20. public string Title { get; set; }
  21. }
  22. }