12345678910111213141516171819202122232425262728293031 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMIS.Entities.LYDataCenter
- {
- using System;
- using System.Collections.Generic;
-
- public partial class LY_XXBZ_JWXT_BJXX_VIEW
- {
- public string BJDM { get; set; }
- public string BJMC { get; set; }
- public string USER_YXID { get; set; }
- public string ZYMC { get; set; }
- public string USER_ZYDM { get; set; }
- public string XQ_DM { get; set; }
- public string XZ { get; set; }
- public Nullable<decimal> BJRS { get; set; }
- public string NJ { get; set; }
- public string USER_DM { get; set; }
- public string XQ_MC { get; set; }
- public string YXMC { get; set; }
- public Nullable<System.DateTime> TIMESTAMPS { get; set; }
- }
- }
|