杨前锦
2025-07-01 a93b0e99036c24b9bd58c79bf5e7364b1ba28bae
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LjLotOnhand.cs
@@ -25,5 +25,20 @@
        public string IN_DATE { get; set; } //入库时间
        public DateTime CREATION_DATE { get; set; } //创建日期
        public string WAREHOUSE_TYPE { get; set; } //区分不同厂家(1/思尔特,2/杭叉)
        /*public int ID { get; set; } //主键
        public string Material_Code { get; set; } //物料编码
        public string lot_name { get; set; } //批次条码
        public string Pallet_Id { get; set; } //托盘号
        public string Storage_Location { get; set; } //库位
        public string QC_Status { get; set; } //状态
        public string Unit { get; set; } //单位
        public float QTY { get; set; } //数量
        public string In_Date { get; set; } //入库时间
        public DateTime creation_date { get; set; } //创建日期
        public string warehouse_type { get; set; } //区分不同厂家(1/思尔特,2/杭叉)*/
    }
}