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.
22 lines
239 B
22 lines
239 B
4 years ago
|
namespace EC.Entity.PublicModel
|
||
|
{
|
||
|
public enum VidoeType
|
||
|
{
|
||
|
Default,
|
||
|
|
||
|
/// <summary>
|
||
|
/// 海康
|
||
|
/// </summary>
|
||
|
HK,
|
||
|
|
||
|
/// <summary>
|
||
|
/// 大华
|
||
|
/// </summary>
|
||
|
DH,
|
||
|
|
||
|
/// <summary>
|
||
|
/// 宇视觉
|
||
|
/// </summary>
|
||
|
YS
|
||
|
}
|
||
|
}
|