diff --git a/Myshipping.Application/Service/TaskManagePlat/Dtos/CalcLaraPageNumbersDto.cs b/Myshipping.Application/Service/TaskManagePlat/Dtos/CalcLaraPageNumbersDto.cs
index 6630566b..805742e0 100644
--- a/Myshipping.Application/Service/TaskManagePlat/Dtos/CalcLaraPageNumbersDto.cs
+++ b/Myshipping.Application/Service/TaskManagePlat/Dtos/CalcLaraPageNumbersDto.cs
@@ -29,6 +29,16 @@ namespace Myshipping.Application
///
/// 上次结束编号
///
- public Int32 NumberTo { get; set; }
+ public Int32 numberTo { get; set; }
+
+ ///
+ /// 原始序号
+ ///
+ public Nullable origIndex { get; set; }
+
+ ///
+ /// 现序号
+ ///
+ public Nullable currIndex { get; set; }
}
}