纽威
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.

39 lines
1.5 KiB

3 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码是根据模板生成的。
  4. //
  5. // 手动更改此文件可能会导致应用程序中发生异常行为。
  6. // 如果重新生成代码,则将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace NFine.Domain._03_Entity
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class ICSSORRFQ2VENDOR
  14. {
  15. public string ADDITION1 { get; set; }
  16. public string ADDITION2 { get; set; }
  17. public string COMPANYCODE { get; set; }
  18. public decimal CREATEDATE { get; set; }
  19. public decimal CREATETIME { get; set; }
  20. public string CREATEUSER { get; set; }
  21. public string CURRENCY { get; set; }
  22. public string ISCLOSED { get; set; }
  23. public string ISQUOTED { get; set; }
  24. public string ISSHOWPRICE { get; set; }
  25. public string LOCATIONCODE { get; set; }
  26. public decimal LOGDATE { get; set; }
  27. public decimal LOGTIME { get; set; }
  28. public string LOGUSER { get; set; }
  29. public string PAYMENTCONDITION { get; set; }
  30. public string PRINCINGVENDORCODE { get; set; }
  31. public string RFQCODE { get; set; }
  32. public string TAXRATE { get; set; }
  33. public string VENDORCODE { get; set; }
  34. public string VENDORTYPE { get; set; }
  35. public string WorkPoint { get; set; }
  36. }
  37. }