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 decimal S { get; set; }
- public decimal A { get; set; }
- public decimal B { get; set; }
- public decimal C { get; set; }
- public decimal D { get; set; }
- }
- }
|