public ProposalGenerateRequestMain()
 {
     Channel     = new Channel();
     ApplicantVO = new ApplicantVO();
     InsuredVO   = new InsuredVO();
     VhlownerVO  = new VhlownerVO();
     PackageJQVO = new PackageVOPG();
     PackageSYVO = new PackageVOPG();
     DeliveryVO  = new DeliveryVO();
 }
示例#2
0
 public CarBusinessDetailInfoQueryResponseMain()
 {
     BaseVO      = new BaseVOCarBusinessDetailInfoQueryResponse();
     ApplicantVO = new ApplicantVO();
     InsuredVO   = new InsuredVO();
     CvrgList    = new List <CvrgVO>();
     VhlownerVO  = new VhlownerVO();
     VhlVO       = new VhlVO();
     VsTaxVO     = new VsTaxVO();
     PayVO       = new PayVO();
 }