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