|
@@ -201,30 +201,34 @@ namespace PRS.Shared
|
|
|
|
|
|
[Index(25)]
|
|
|
[TypeConverter(typeof(TimberlinePosterStringConverter), 10)]
|
|
|
- public string MiscEntry1 { get; set; } = "";
|
|
|
+ public string Draw { get; set; } = "";
|
|
|
|
|
|
[Index(26)]
|
|
|
- public double MiscEntryUnits1 { get; set; }
|
|
|
+ [TypeConverter(typeof(TimberlinePosterStringConverter), 10)]
|
|
|
+ public string MiscEntry1 { get; set; } = "";
|
|
|
|
|
|
[Index(27)]
|
|
|
+ public double MiscEntryUnits1 { get; set; }
|
|
|
+
|
|
|
+ [Index(28)]
|
|
|
[TypeConverter(typeof(TimberlinePosterStringConverter), 10)]
|
|
|
public string MiscEntry2 { get; set; } = "";
|
|
|
|
|
|
- [Index(28)]
|
|
|
+ [Index(29)]
|
|
|
public double MiscEntryUnits2 { get; set; }
|
|
|
|
|
|
- [Index(29)]
|
|
|
+ [Index(30)]
|
|
|
public double MeterOdometer { get; set; }
|
|
|
|
|
|
- [Index(30)]
|
|
|
+ [Index(31)]
|
|
|
[TypeConverter(typeof(TimberlinePosterStringConverter), 30)]
|
|
|
public string Description { get; set; } = "";
|
|
|
|
|
|
- [Index(31)]
|
|
|
+ [Index(32)]
|
|
|
[TypeConverter(typeof(TimberlinePosterStringConverter), 10)]
|
|
|
public string Authorization { get; set; } = "";
|
|
|
|
|
|
- [Index(32)]
|
|
|
+ [Index(33)]
|
|
|
[TypeConverter(typeof(TimberlinePosterStringConverter), 30)]
|
|
|
public string JointPayee { get; set; } = "";
|
|
|
}
|