123456789101112131415161718192021222324 |
- namespace LogoForceTestApp.Modules.MainModule.ViewModels
- {
- public class Param
- {
-
-
-
- public string line_id { get; set; }
-
- public string station_id { get; set; }
- public string cavity_id { get; set; }
-
- public string station_vendor { get; set; }
-
- public string test { get; set; }
-
- public string OPID { get; set; }
-
- public string UpperLimit { get; set; }
-
- public string DownLimit { get; set; }
- }
- }
|