@ -29,6 +29,16 @@ namespace Myshipping.Application
/// <summary>
/// 上次结束编号
/// </summary>
public Int32 NumberTo { get; set; }
public Int32 numberTo { get; set; }
/// 原始序号
public Nullable<int> origIndex { get; set; }
/// 现序号
public Nullable<int> currIndex { get; set; }
}