123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- using System;
- using System.Linq;
- using System.Text;
- using WS.Orm;
- namespace QM.KJGH.CGGL.Model.Ghxms
- {
-
-
-
- public class GhbzGhxmView
- {
- public string BSM { get; set; }
-
-
-
- public string XMBH { get; set; }
-
-
-
- public string XMMC { get; set; }
-
-
-
- public string GHJB { get; set; }
-
-
-
- public string GHLX { get; set; }
-
-
-
- public string GHFW { get; set; }
-
-
-
- public decimal? GHMJ { get; set; }
-
-
-
- public decimal? GHRK { get; set; }
-
-
-
- public string XZQDM { get; set; }
-
-
-
- public string XZQMC { get; set; }
-
-
-
- public string BZQK { get; set; }
-
-
-
- public int XZJZY { get; set; }
-
-
-
- public int GHQX_KS { get; set; }
-
-
-
- public int GHQX_JS { get; set; }
-
-
-
- public string JS { get; set; }
-
-
-
- public string BZDW { get; set; }
-
-
-
- public string BZLXR { get; set; }
-
-
-
- public string BZLXFS { get; set; }
-
-
-
- public string BZLXDZ { get; set; }
-
-
-
- public DateTime? SSJHKSSJ { get; set; }
-
-
-
- public DateTime? SSJHWCSJ { get; set; }
-
-
-
- public DateTime? SSWCSJ { get; set; }
-
-
-
- public string SBDW { get; set; }
-
-
-
- public string SBLXR { get; set; }
-
-
-
- public string SBLXFS { get; set; }
-
-
-
- public string SBLXDZ { get; set; }
-
-
-
- public string PZWH { get; set; }
-
-
-
- public DateTime? PZSJ { get; set; }
- }
- }
|