line.cs 952 B

123456789101112131415161718192021222324252627
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码是根据模板生成的。
  4. //
  5. // 手动更改此文件可能会导致应用程序中发生异常行为。
  6. // 如果重新生成代码,则将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EntityDataSet
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class line
  14. {
  15. public string ID { get; set; }
  16. public string CODE { get; set; }
  17. public string NAME { get; set; }
  18. public string ANAME { get; set; }
  19. public string PROJECTID { get; set; }
  20. public Nullable<int> ORDERNUM { get; set; }
  21. public Nullable<float> CAPACITY { get; set; }
  22. public string CAPACITYUNIT { get; set; }
  23. public Nullable<int> QUANTITY { get; set; }
  24. }
  25. }