diff --git a/Models/ScpEntity/SCP_OTD_EXPORT.cs b/Models/ScpEntity/SCP_OTD_EXPORT.cs index eb2833e..ec2fecb 100644 --- a/Models/ScpEntity/SCP_OTD_EXPORT.cs +++ b/Models/ScpEntity/SCP_OTD_EXPORT.cs @@ -6,6 +6,18 @@ using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity { + public class InvoiceCreateQueryParm + { + public string ReceiveID { set; get; } + public string VendId { set; get; } + public string Modify { set; get; } + public string IsAll { set; get; } + public string Tax { set; get; } + public string CJ { set; get; } + public string TZ { set; get; } + + + } public class SCP_OTD_EXPORT { public string VendId { get; set; } //供应商编号