gycp_cmd_info.cs 763 B

1234567891011121314151617181920212223
  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 gycp_cmd_info
  14. {
  15. public int id { get; set; }
  16. public int type { get; set; }
  17. public int cmd_id { get; set; }
  18. public Nullable<int> cmd_value { get; set; }
  19. public string windturbine_id { get; set; }
  20. }
  21. }