1234567891011121314151617181920212223242526272829 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMIS.Entities.DataCenter
- {
- using System;
- using System.Collections.Generic;
-
- public partial class XS_LXXX
- {
- public string XH { get; set; }
- public string YZBM { get; set; }
- public string TXDZ { get; set; }
- public string DH { get; set; }
- public string DZYX { get; set; }
- public string ZYDZ { get; set; }
- public string JSTXH { get; set; }
- public string XQH { get; set; }
- public string SS { get; set; }
- public string SSDH { get; set; }
- public System.DateTime GXSJ { get; set; }
- }
- }
|