- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model.ViewModel
- {
- public class TispAlarmRecovery7DaysStatisticsViewModel : BaseViewModel
- {
- public string[] SpecificDayArray { get; set; }
- public object[] AlarmArray { get; set; }
- public object[] RecoveryArray { get; set; }
- }
- }
|