namespace BPASmartClient.IoT { /// /// 大屏消息表 /// public class LargeScreenTable : BaseEntity { /// /// Json值 /// public string json { get; set; } } }