MsgLog.cs
431 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Szs
{
public class MsgLog
{
public int id { get; set; }
public string titledatetimedevice { get; set; }
public string title { get; set; }
public bool isconfirmed { get; set; }
public string color { get; set; }
public string img { get; set; }
}
}