master
zhangxiaofeng 5 months ago
parent 309df7a2dd
commit 68fa2c2d87

@ -8,6 +8,6 @@ namespace EntrustSettle.Model.Dtos
/// 运踪主键 /// 运踪主键
/// </summary> /// </summary>
public string Gid { get; set; } public string Gid { get; set; }
public string StaFanKong { get; set; } public string StaTiXiang { get; set; }
} }
} }

@ -101,16 +101,16 @@ namespace EntrustSettle.Model.Dtos
/// <summary> /// <summary>
/// 箱子总数量 /// 箱子总数量
/// </summary> /// </summary>
public int? CtnNumAll { get; set; } public int CtnNumAll { get; set; }
/// <summary> /// <summary>
/// 提箱数量 /// 提箱数量
/// </summary> /// </summary>
public int? CtnNumTiXiang { get; set; } public int CtnNumTiXiang { get; set; }
/// <summary> /// <summary>
/// 返空数量 /// 返空数量
/// </summary> /// </summary>
public int? CtnNumFanKong { get; set; } public int CtnNumFanKong { get; set; }
} }
} }

Loading…
Cancel
Save