@ -8,6 +8,6 @@ namespace EntrustSettle.Model.Dtos
/// 运踪主键
/// </summary>
public string Gid { get; set; }
public string StaFanKong { get; set; }
public string StaTiXiang { get; set; }
}
@ -101,16 +101,16 @@ namespace EntrustSettle.Model.Dtos
/// <summary>
/// 箱子总数量
public int? CtnNumAll { get; set; }
public int CtnNumAll { get; set; }
/// 提箱数量
public int? CtnNumTiXiang { get; set; }
public int CtnNumTiXiang { get; set; }
/// 返空数量
public int? CtnNumFanKong { get; set; }
public int CtnNumFanKong { get; set; }