Browse Source

提交

master
学 赵 4 years ago
parent
commit
7102c36ccf
  1. 12
      Models/ScpEntity/SCP_OTD_EXPORT.cs

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

Loading…
Cancel
Save