123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PTMedicalInsurance.Entity.Local
- {
-
-
-
- public class QueryBasicInfoInput
- {
-
-
-
- public string p_grbh { get; set; }
-
-
-
- public string p_xzbz { get; set; }
-
-
-
- public string p_xm { get; set; }
-
-
-
- public string p_yltclb { get; set; }
-
-
-
- public DateTime p_rq { get; set; }
-
-
-
- public string p_sfhlwyy { get; set; }
-
-
-
- public string p_sfrzfs { get; set; }
- }
-
-
-
- public class MultiSbjDs
- {
-
-
-
- public string dwmc { get; set; }
-
-
-
- public string cbzt { get; set; }
-
-
-
- public string xzbz { get; set; }
-
-
-
- public string sbjgbh { get; set; }
-
-
-
- public string cbrylb { get; set; }
-
-
-
- public string sbjgmc { get; set; }
- }
-
-
-
- public class QueryBasicInfoOutput
- {
-
-
-
- public string resultcode { get; set; }
- public string xm { get; set; }
-
-
-
- public string xb { get; set; }
-
-
-
- public string grbh { get; set; }
-
-
-
- public string zfbz { get; set; }
-
-
-
- public string zfsm { get; set; }
-
-
-
- public string dwmc { get; set; }
-
-
-
- public string ylrylbcode { get; set; }
-
-
-
- public string ylrylb { get; set; }
-
-
-
- public string ydbz { get; set; }
-
-
-
- public string mzdbjbs { get; set; }
-
-
-
- public string mzdbbz { get; set; }
-
-
-
- public string sbjgbh { get; set; }
-
-
-
- public string zhzybz { get; set; }
-
-
-
- public string zhzysm { get; set; }
-
-
-
- public string zcyymc { get; set; }
-
-
-
- public DateTime zccyrq { get; set; }
-
-
-
- public string rqlb { get; set; }
-
-
-
- public DateTime csrq { get; set; }
-
-
-
- public string yfdxbz { get; set; }
-
-
-
- public string yfdxlb { get; set; }
-
-
-
- public string cbdsbh { get; set; }
-
-
-
- public string cbjgmc { get; set; }
-
-
-
- public string multisbj { get; set; }
-
-
-
- public List<MultiSbjDs> multisbjds { get; set; }
-
-
-
- public string mzddbz { get; set; }
-
-
-
- public string mzddsm { get; set; }
-
-
-
- public double ye { get; set; }
-
-
-
- public string jzrylb { get; set; }
-
-
-
- public string pkrkbz { get; set; }
-
-
-
- public string dwxzmc { get; set; }
-
-
-
- public string gsjcxx { get; set; }
-
-
-
- public string bcrylb { get; set; }
- }
-
- }
|