|
|
@ -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; } //供应商编号
|
|
|
|