修改更新界面

This commit is contained in:
2025-03-13 18:54:05 +08:00
parent a9d02a5a9d
commit 7828ca663f
36 changed files with 4485 additions and 604 deletions

View File

@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DH.Commons.Enums
{
public class CameraInfo
{
public string CamName { get; set; }
public string Serinum { get; set; }
public string IP { get; set; }
}
}