models/TN_CG_Detail.cs
@@ -14,7 +14,7 @@ /// 货品 ID /// </summary> public string S_CG_ID { get; set; } = ""; public string S_CNTR_CODE { get; set; } = "";//容器编码 public string S_ITEM_CODE { get; set; } = "";//货品编码 @@ -40,7 +40,7 @@ /// </summary> public float F_QTY { get; set; } = 0f; public string S_LOC_CODE { get; set; } } }