Models/TN_CG_Detail.cs
@@ -9,12 +9,12 @@ /// <summary> /// 料箱商品标识 /// </summary> public string S_CG_ID { get; set; } public string S_CG_ID { get; set; } = ""; /// <summary> /// 物料编码 /// </summary> public string S_ITEM_CODE { get; set; } = ""; public string S_ITEM_CODE { get; set; } /// <summary> /// 容器编码 @@ -35,10 +35,10 @@ /// 批次号 /// </summary> public string S_BATCH_NO { get; set; } ///// <summary> ///// 货品数量 ///// </summary> //public float F_QTY { get; set; } /// <summary> /// 货品数量 /// </summary> public float F_QTY { get; set; } } }