You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1.0 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CK.SCP.Models.ScpEntity.ExcelExportEnttity
{
public class SCP_INVOICE_EXPORT
{
public string {get;set;}// "State_DESC",
public string { get;set; }// "InvcBillNum
public string { get;set; }// "InvoiceNum",
public string { get;set; }// "VendName",
public string { get;set; }// "Amount",
public string { get;set; }// "Tax",
public string { get;set; }// "TaxAmount",
public string { get;set; }// "ContractPrice",
public string { get;set; }// "BlancePrice",
public string { get;set; }// "Total",
public string { get; set; }// "CreateTime",
public string { get; set; }// "ExpressNum",
public string { get; set; } // "Remark",
}
}