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

46 lines
2.0 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 ICSSORRFQ2NORMALITEM
  14. {
  15. public string ADDITION1 { get; set; }
  16. public string ADDITION2 { get; set; }
  17. public string COMPANYCODE { get; set; }
  18. public string COSTANALYSISTEMPLATE { get; set; }
  19. public Nullable<System.DateTime> CREATEDATE { get; set; }
  20. public Nullable<System.DateTime> CREATETIME { get; set; }
  21. public string CREATEUSER { get; set; }
  22. public string CURRENCY { get; set; }
  23. public Nullable<System.DateTime> ENDDATE { get; set; }
  24. public string HASCOSTDETAILS { get; set; }
  25. public string ISINCLUDETAX { get; set; }
  26. public string ITEMCLASSID { get; set; }
  27. public string ITEMCODE { get; set; }
  28. public string ITEMNAME { get; set; }
  29. public string ITEMTYPE { get; set; }
  30. public Nullable<System.DateTime> LOGDATE { get; set; }
  31. public Nullable<System.DateTime> LOGTIME { get; set; }
  32. public string LOGUSER { get; set; }
  33. public string MEMO { get; set; }
  34. public string PRINCINGITEMCODE { get; set; }
  35. public Nullable<decimal> REFERPRICE { get; set; }
  36. public Nullable<decimal> REQUESTQUANTITY { get; set; }
  37. public string RFQCODE { get; set; }
  38. public string RFQITEMREFERCODE { get; set; }
  39. public Nullable<System.DateTime> STARTDATE { get; set; }
  40. public string TRANSPORTATIONTYPE { get; set; }
  41. public string UNIT { get; set; }
  42. public string WorkPoint { get; set; }
  43. }
  44. }