This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LC_AddCheckToDb.Models
|
||||
{
|
||||
internal class Cams
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string Ip { get; set; }
|
||||
public string Access { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
public string RecPoint { get; set; }
|
||||
public string ChannelRec { get; set; }
|
||||
public string SwitchConnect { get; set; }
|
||||
public string SwitchPort { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Groupe { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user