namespace Web.Core.Model.Entity;
public class OAPush_PMInvoice
{
///
/// OA流水号
///
public string OAAutoID { get; set; }
///
/// 申请人
///
public string ApplyUser { get; set; }
///
/// 申请部门
///
public string ApplyDepartment { get; set; }
///
/// 申请日期
///
public DateTime ApplyDate { get; set; }
///
/// 供应商名称
///
public string SupplierNCodeName { get; set; }
///
/// 采购发票自动号清单
///
public string PMInvoiceNoList {get;set;}
///
/// 流程状态,0为审批中,1为已终止,2为完结,10为已撤消
///
public int OAStatus { get; set; }
}