YL
2021-12-16 54dd292024ea2f68c8551c286e5f8199aca93af6
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; }