namespace SafeCampus.Application.Services.Business.CameraInfoService; public class CameraSearch: BasePageInput { /// /// 摄像头名称 /// public string SensorName { get; set; } /// /// 摄像头编码 /// public string SensorId { get; set; } /// /// 分组id /// public long? GroupId { get; set; } /// /// 摄像头状态 /// public bool? DeviceStatus { get; set; } }