XS_LXXX.cs 995 B

1234567891011121314151617181920212223242526272829
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EMIS.Entities.DataCenter
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class XS_LXXX
  14. {
  15. public string XH { get; set; }
  16. public string YZBM { get; set; }
  17. public string TXDZ { get; set; }
  18. public string DH { get; set; }
  19. public string DZYX { get; set; }
  20. public string ZYDZ { get; set; }
  21. public string JSTXH { get; set; }
  22. public string XQH { get; set; }
  23. public string SS { get; set; }
  24. public string SSDH { get; set; }
  25. public System.DateTime GXSJ { get; set; }
  26. }
  27. }