wtt
2024-08-01 55e565721ef588d7ae9f421b6d1fce63b51aa55f
Model/²É¹º¹ÜÀí/ClsCg_POInStockBackBillMain.cs
@@ -10,11 +10,25 @@
        public Int64 HSupID;//      int              --供应商 ï¼ˆGy_Supplier)
        public Int64 HCurID;//    int               --币别 (Gy_Currency)
        public Int64 HWHID;//      int     --仓库
        public Int64 HSPID;//      int     --仓位
        public Single HExRate;//    money               --汇率  (选择完币别带出)
        public Int64 HEmpID;//     int                --业务员  (Gy_Employee)
        public Int64 HManagerID;//  int              --主管   (Gy_Employee)
        public Int64 HDeptID;//     int              --部门   (Gy_Employee)
        public Int64 HOrgID;
        public string HExplanation;//  varchar(200)           --ÕªÒª 
        public string HInnerBillNo;//  varchar(50)           --内部单据号
        public long HAPPORGID { get; set; }
        public long HPURCHASEORGIDD { get; set; }
        public long HREQUIREORGID { get; set; }
        public long HSETTLEORGID { get; set; }
        public long HOWNERTYPEID { get; set; }
        public long HOWNERID { get; set; }
        public long HERPInterID { get; set; }
        public long HStatus { get; set; }
        public string HERPBillType { get; set; }
        public string HConfirmMan { get; set; }
        public string HConfirmDate { get; set; }
    }
}