- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace DllEapEntity.RA
- {
- public class StatusRatio
- {
- public string Status { get; set; }
- public string StatusName { get; set; }
- public double time { get; set; }
- public double ratio { get; set; }
- }
- }
|