杨乐
2022-02-24 c1faa06f7b0c6e2336a482be0030191078d93511
WebAPI/Models/Pay_SingleBalBillSub.cs
@@ -7,19 +7,26 @@
{
    public class Pay_SingleBalBillSub
    {
        public long HInterID { get; set; }
        public long HEntryID { get; set; }
        public long HMaterID { get; set; }
        public string HCloseMan { get; set; }
        public DateTime HEntryCloseDate { get; set; }
        public long HCloseType { get; set; }
        public string HRemark { get; set; }
        public long HProcID { get; set; }
        public long HSourceInterID { get; set; }
        public long HSourceEntryID { get; set; }
        public long HEmpID { get; set; }
        public long HPayType { get; set; }
        public string HSourceBillNo { get; set; }
        public string HSourceBillType { get; set; }
        public decimal HTimes { get; set; }
        public decimal HRelationQty { get; set; }
        public decimal HRelationMoney { get; set; }
        public long HSourceID { get; set; }
        public long HSqty { get; set; }
        public long HSubsidyID { get; set; }
        public long HDeuctID { get; set; }
        public long HMaterID { get; set; }
        public long HProcID { get; set; }
        public long HEmpID { get; set; }
        public decimal HTimes { get; set; }
        public decimal HQty { get; set; }
        public decimal HPrice { get; set; }
        public decimal HPackQty { get; set; }