123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace QM.KJGH.CGGL.Model.Ghxms
- {
- public class CgglScxmDto
- {
-
-
-
- public string BSM { get; set; }
-
-
-
- public string XMBH { get; set; }
-
-
-
- public string XMMC { get; set; }
-
-
-
- public string XZQDM { get; set; }
-
-
-
- public string XZQMC { get; set; }
-
-
-
- public string GHLX { get; set; }
-
-
-
- public string SCZT { get; set; }
-
-
-
- public string SCJG { get; set; }
-
-
-
- public DateTime? SCSJ_KS { get; set; }
-
-
-
- public DateTime? SCSJ_JS { get; set; }
-
-
-
- public string QXCG_BSM { get; set; }
-
-
-
- public string SCBG { get; set; }
-
-
-
- public string GZL_BSM { get; set; }
-
-
-
- public string CG_BSM { get; set; }
-
-
-
- public string ZJ_BSM { get; set; }
-
-
-
- public DateTime? CJSJ { get; set; }
-
-
-
- public string CJRY { get; set; }
- }
- public class CgglScxmToRgDto
- {
- public string JS_BSM { get; set; }
-
-
-
- public string GZL_BSM { get; set; }
-
-
-
- public string CJRY { get; set; }
- }
- }
|