chenhaozhe
2026-03-06 49f60ae2d2a6b5bc9623ed41e22c57412852e49c
Model/²Ö¿â¹ÜÀí/ClsKf_SellOutBillMain.cs
@@ -30,5 +30,20 @@
        public Int64 HSTOCKORGID;       //      int     --库存组织
        public double HCarriage; //运费
        public string HCheckStatusMan; //核销人
        public double HExRate;          //汇率
        public Int64 HProjectID;    //工程项目
        public Int64 HGroupID;  //班组
        public string HPriceType;   //varchar(20) --单价类型(成本价,结算价)
        public Int64 HOrgID;        //组织
        public Int64 HIsTaxRate;        //是否含税
        public Int64 HIsTaxRate_upper;      //含税上调10%
        //同步金蝶数据缺失model字段
        public string HOWNERTYPEID;
        public Int64 HERPInterID;
        public string HERPBillType;
        public string HERPBillNo;
    }
}