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.

17 lines
381 B

namespace JiLinApp.Docking.VibrateAlarm;
public class TcpSectionTable
{
public int id { get; set; }
public int deviceID { get; set; }
public string name { get; set; }
public string lat { get; set; }
public string lng { get; set; }
public string channel { get; set; }
public string mode { get; set; }
public string sensitivity { get; set; }
}