zrg
2025-04-10 f2ea3997112e66bf0d8d9bcf5dd34b25ecb50dd6
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; }