1
duhe
2024-08-15 50e2e60e971ff86f7dcd2c932c88ac2d05aab7a7
WebAPI/Models/基础资料/Warehouse.cs
@@ -16,18 +16,23 @@
        public long HParentID { get; set; }
        public string HRemark { get; set; }
        public string HShortNumber { get; set; }
        public bool HStopflag { get; set; }
        public bool HStopFlag { get; set; }
        public string HUseFlag { get; set; }
        public Int64 HEmpID { get; set; }
        public string HAddress { get; set; }
        public string HPhone { get; set; }
        public bool HIsStockMgr { get; set; }
        public Int64 HSPGroupID { get; set; }
        public Int64 HSPFlag { get; set; }
        public Int64 HSTOCKPROPERTY { get; set; }
        public Int64 HUnderStock { get; set; }
        public string HBarCode { get; set; }
        public Int64 HUSEORGID { get; set; }
        public Int64 HCREATEORGID { get; set; }
        public string HMaker { get; set; }
        public string HUpDater { get; set; }
        public bool HStockCtrlFlag { get; set; }
    }
}