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

55 lines
2.3 KiB

2 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 ICSSORQUODETAILNORMAL
  14. {
  15. public string ADDITION1 { get; set; }
  16. public string ADDITION2 { get; set; }
  17. public string BUYERMEMO { get; set; }
  18. public string COMPANYCODE { get; set; }
  19. public string COMPARECODE { get; set; }
  20. public string COSTDETAILSREFERCODE { get; set; }
  21. public decimal CREATEDATE { get; set; }
  22. public decimal CREATETIME { get; set; }
  23. public string CREATEUSER { get; set; }
  24. public string CURRENCY { get; set; }
  25. public string CURRENTQUOINDICATOR { get; set; }
  26. public decimal ENDDATE { get; set; }
  27. public string INITREJECTREASON { get; set; }
  28. public string ISINCLUDETAX { get; set; }
  29. public string ISSELECTED { get; set; }
  30. public string ITEMCODE { get; set; }
  31. public string ITEMNAME { get; set; }
  32. public string ITEMTYPE { get; set; }
  33. public decimal LOGDATE { get; set; }
  34. public decimal LOGTIME { get; set; }
  35. public string LOGUSER { get; set; }
  36. public string PRICINGREJECTREASON { get; set; }
  37. public Nullable<decimal> QUOBUYERPRICE { get; set; }
  38. public decimal QUOPRICE { get; set; }
  39. public string QUOSTATUS { get; set; }
  40. public string QUOTATIONCODE { get; set; }
  41. public Nullable<decimal> QUOTEDATE { get; set; }
  42. public Nullable<decimal> REFERPRICE { get; set; }
  43. public Nullable<decimal> REQUESTQUANTITY { get; set; }
  44. public string RFQCODE { get; set; }
  45. public decimal STARTDATE { get; set; }
  46. public string TRANSPORTATIONTYPE { get; set; }
  47. public string UNIT { get; set; }
  48. public string VENDORMEMO { get; set; }
  49. public string VENDORREJECTREASON { get; set; }
  50. public string Model { get; set; }
  51. public string WorkPoint { get; set; }
  52. }
  53. }