1
zxx
8 天以前 9aa12613873326b0d07ec7b6335b1fa6f5261849
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; }
 
 
    }
}