12345678910111213141516171819202122232425262728293031 |
- 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; }
- }
- }
|