1
pengmn
2025-07-07 23c3e242d9cb182f6855d7af11334216f879e8a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using HH.WCS.XiaoMi.models;
using System;
 
namespace HH.WCS.XiaoMi
{
 
    public  class CameraMonitor : BaseModel
    {
        //ÉãÏñÍ·»õλ
        public string PointCode { get; set; }
        //ÉãÏñÍ·»õλ¿ÕÂú״̬
        public int PointStatus { get; set; }
 
 
    }
}