This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace LC_Bot.Models
|
||||
{
|
||||
public class Cam
|
||||
{
|
||||
[Key]
|
||||
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? Map { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user