DHDHSoftware/DH.Commons/Enums/ClassHelper.cs

17 lines
319 B
C#
Raw Normal View History

2025-03-13 18:54:05 +08:00
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; }
}
}