kazelee
4 天以前 2aa6ffae020b4dab66ac30ee4436346aa15ff3cb
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,61 @@
        /// </summary>
        public float F_QTY { get; set; } = 0f;
        public string S_LOC_CODE { get; set; }
        public int N_LOCK_STATE { get; set; } = 0;
        // ------- ERP --------
        /// <summary>
        /// 物料短描述
        /// </summary>
        public string S_ITEM_SHORT_DESC { get; set; }
        /// <summary>
        /// 库存数量
        /// </summary>
        public string S_STOCK_QUANTITY { get; set; }
        /// <summary>
        /// 入库数量
        /// </summary>
        public string S_IN_QUANTITY { get; set; }
        /// <summary>
        /// 库存总价
        /// </summary>
        public string S_TOTAL_PRICE { get; set; }
        ///// <summary>
        ///// 入库时间
        ///// </summary>
        //public string S_STOCK_IN_TIME { get; set; }
        /// <summary>
        /// 保管员
        /// </summary>
        public string S_STORE_KEEPER { get; set; }
        /// <summary>
        /// 产线部门代码
        /// </summary>
        public string S_LINE_CODE { get; set; }
        ///// <summary>
        ///// 送货单行号
        ///// </summary>
        //public string S_DELIVERY_ITEM_NO { get; set; }
        ///// <summary>
        ///// 供应商名称
        ///// </summary>
        //public string S_SUPPLIER_NAME { get; set; }
        ///// <summary>
        ///// 库存责任人姓名
        ///// </summary>
        //public string S_INVENTORY_MAN { get; set; }
    }
}