OrderStatus.cs 659 B

1234567891011121314151617181920
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace examPrepare
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class OrderStatus
  14. {
  15. public int IdOrderStatus { get; set; }
  16. public string NameOrderStatus { get; set; }
  17. }
  18. }