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.
|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmartClient.MessageName.接收消息Model.滚动线
- {
- /// <summary>
- /// 滚动线数据设置-Model
- /// </summary>
- public class ConveyorBeltMessageModel
- {
- /// <summary>
- /// 消息ID号:id 号
- /// </summary>
- public string MessageID { get; set; }
- /// <summary>
- /// 滚动线:标题
- /// </summary>
- public string Title { get; set; }
- }
- }
|