- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model.ViewModel
- {
- public class AlarmRecovery7DaysStatistics : BaseViewModel
- {
- public string SpecificDay { get; set; }
- public object Alarm { get; set; }
- public object Recovery { get; set; }
- }
- }
|