123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WS.Orm;
- namespace QM.KJGH.CGGL.Model.Ghxms
- {
- public class GhcgInputIo
- {
-
-
-
- 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 GHJB { get; set; }
-
-
-
- public string CGBB { get; set; }
-
-
-
- public string BZQK { get; set; }
-
-
-
- public string XZJZY { get; set; }
-
-
-
- public string GHQX_KS { get; set; }
-
-
-
- public string GHQX_JQ { get; set; }
-
-
-
- public string GHQX_JS { get; set; }
-
-
-
- public string GHQX_YJ { get; set; }
-
-
-
- public string GHFW { get; set; }
-
-
-
- public string GHMJ { get; set; }
-
-
-
- public string GHRK { get; set; }
-
-
-
- public string WTDW { get; set; }
-
-
-
- public string JS { get; set; }
-
-
-
- public string BZDW { get; set; }
-
-
-
- public string BZSJ { get; set; }
-
-
-
- public string BZTYSHXYDM { get; set; }
-
-
-
- public string BZFRDB { get; set; }
-
-
-
- public string BZFRDB_SFZH { get; set; }
-
-
-
- public string BZXMFZR { get; set; }
-
-
-
- public string BZXMFZR_SFZH { get; set; }
-
-
-
- public string BZJSZSR { get; set; }
-
-
-
- public string BZJSZSR_SFZH { get; set; }
-
-
-
- public string BZZCGHS { get; set; }
-
-
-
- public string BZZCGHS_SFZH { get; set; }
-
-
-
- public string SBDW { get; set; }
-
-
-
- public string SBSJ { get; set; }
-
-
-
- public string SBLXR { get; set; }
-
-
-
- public string SBLXDH { get; set; }
-
-
-
- public string PZWH { get; set; }
-
-
-
- public string PZSJ { get; set; }
-
-
-
- public string FileName { set; get; }
-
-
-
- public bool ReadInfo { set; get; } = false;
-
-
-
- public int CGFPS { get; set; }
-
-
-
- public string CGXS { get; set; }
-
-
-
- public string TID { get; set; }
-
- public string INSTID { set; get; }
- }
- public class GhcgInputByQX : GhcgInputIo {
-
-
-
- public string CGB { get; set; }
-
-
-
- public string CGML { get; set; }
-
-
-
- public string QXCG_BSM { get; set; }
- }
- }
|