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