optimize
wet 1 year ago
parent 137a1c4ff9
commit 5b9bc46ece

@ -30,12 +30,12 @@ namespace Myshipping.Application
/// <summary>
/// 箱量
/// </summary>
public int? CTNNUM { get; set; }
public int CTNNUM { get; set; }
/// <summary>
/// TEU
/// </summary>
public int? TEU { get; set; }
public int TEU { get; set; }
/// <summary>
/// 箱号
@ -50,7 +50,7 @@ namespace Myshipping.Application
/// <summary>
/// 件数
/// </summary>
public int? PKGS { get; set; }
public int PKGS { get; set; }
/// <summary>
/// 包装
@ -60,17 +60,17 @@ namespace Myshipping.Application
/// <summary>
/// 毛重
/// </summary>
public decimal? KGS { get; set; }
public decimal KGS { get; set; }
/// <summary>
/// 尺码
/// </summary>
public decimal? CBM { get; set; }
public decimal CBM { get; set; }
/// <summary>
/// 皮重
/// </summary>
public decimal? TAREWEIGHT { get; set; }
public decimal TAREWEIGHT { get; set; }
/// <summary>
/// 箱状态
@ -85,7 +85,7 @@ namespace Myshipping.Application
/// <summary>
/// 称重重量
/// </summary>
public decimal? WEIGHKGS { get; set; }
public decimal WEIGHKGS { get; set; }
/// <summary>
/// 称重联系人

Loading…
Cancel
Save