From 7102c36ccff430cbe880481c134c02641fcb60d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Tue, 18 Aug 2020 10:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/ScpEntity/SCP_OTD_EXPORT.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; } //供应商编号