using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebAPI.Models
{
public class ClsWW_EntrustProcessReportBillMain: DBUtility.ClsXt_BaseBillMain
{
///
/// HDeptID int --部门ID(Gy_Department)
///
public int? HDeptID { get; set; }//
///
/// HSupID int --供应商(Gy_Supplier)
///
public int? HSupID { get; set; }//
///
/// HEmpID int --职员(Gy_Employee)
///
public int? HEmpID { get; set; }//
///
/// HExplanation varchar(500) --摘要
///
public string HExplanation { get; set; }//
///
/// HInnerBillNo varchar(50) --内部单据号
///
public string HInnerBillNo { get; set; }//
///
/// HPrintQty int --打印次数
///
public int? HPrintQty { get; set; }
}
}