using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Web;
|
|
namespace WebAPI.Models
|
{
|
public class Pay_GroupBalBillSub
|
{
|
public long HInterID { get; set; }
|
public long HEntryID { get; set; }
|
public string HCloseMan { get; set; }
|
public DateTime HEntryCloseDate { get; set; }
|
public long HCloseType { get; set; }
|
public string HRemark { get; set; }
|
public long HSourceInterID { get; set; }
|
public long HSourceEntryID { get; set; }
|
public string HSourceBillNo { get; set; }
|
public string HSourceBillType { 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 HUnitID { 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; }
|
public decimal HPackPrice { get; set; }
|
public decimal HPackMoney { get; set; }
|
public long HPackMaterID { get; set; }
|
public decimal HPriceRate { get; set; }
|
public decimal HSubsidyTotal { get; set; }
|
public decimal HDeuctTotal { get; set; }
|
public decimal HSubsidyQty { get; set; }
|
public decimal HSubsidyMoney { get; set; }
|
public decimal HMoney { get; set; }
|
public long HICMOInterID { get; set; }
|
public string HICMOBillNo { get; set; }
|
public long HProcReportInterID { get; set; }
|
public long HProcReportEntryID { get; set; }
|
public long HProcPlanInterID { get; set; }
|
public long HProcPlanEntryID { get; set; }
|
public string HProcReportBillNo { get; set; }
|
public string HProcPlanBillNo { get; set; }
|
|
}
|
}
|