123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace wispro.sp.share
- {
- public class NanduStatics
- {
- public double NanduXS { get; set; }
- public int S { get; set; }
- public int A { get; set; }
- public int B { get; set; }
- public int C { get; set; }
- public int D { get; set; }
- }
- }
|