123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- using CZFW.Framework.Model.Entity;
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace CZKJ.GBRS2.ViewModel
- {
-
-
-
- public class InsurancePolicyModel: EntityBase
- {
-
-
-
- public string ContNo { get; set; }
-
-
-
- public string AppFlag { get; set; }
-
-
-
- public string InHesitationFlag { get; set; }
-
-
-
- public string CallDate { get; set; }
-
-
-
- public string ManageCom { get; set; }
-
-
-
- public string CustomGetPolDate { get; set; }
-
-
-
- public string PrtNo { get; set; }
-
-
-
- public string ContType { get; set; }
-
-
-
- public string FamilyType { get; set; }
-
-
-
- public string FamilyID { get; set; }
-
-
-
- public string CardFlag { get; set; }
-
-
-
-
- public string ManageComName { get; set; }
-
-
-
- public string ExecuteCom { get; set; }
-
-
-
- public string AgentCom { get; set; }
-
-
-
- public string AgentCode { get; set; }
-
-
-
- public string AgentGroup { get; set; }
-
-
-
- public string AgentCode1 { get; set; }
-
-
-
- public string SaleChnl { get; set; }
-
-
-
- public string Handler { get; set; }
-
-
-
- public string GetPolMode { get; set; }
-
-
-
- public string SignCom { get; set; }
-
-
-
- public string SignDate { get; set; }
-
-
-
- public string SignTime { get; set; }
-
-
-
- public string ConsignNo { get; set; }
-
-
-
- public string BankCode { get; set; }
-
-
-
- public string BankAccNo { get; set; }
-
-
-
- public string AccName { get; set; }
-
-
-
- public int? PrintCount { get; set; }
-
-
-
- public int? LostTimes { get; set; }
-
-
-
- public string Lang { get; set; }
-
-
-
- public string Currency { get; set; }
-
-
-
- public string PaytoDate { get; set; }
-
-
-
- public string FirstPayDate { get; set; }
-
-
-
- public string CValiDate { get; set; }
-
-
-
- public string InputOperator { get; set; }
-
-
-
- public string InputDate { get; set; }
-
-
-
- public string InputTime { get; set; }
-
-
-
- public string ApproveFlag { get; set; }
-
-
-
- public string ApproveCode { get; set; }
-
-
-
- public string ApproveDate { get; set; }
-
-
-
- public string ApproveTime { get; set; }
-
-
-
- public string UWFlag { get; set; }
-
-
-
- public string UWOperator { get; set; }
-
-
-
- public string UWDate { get; set; }
-
-
-
- public string UWTime { get; set; }
-
-
-
-
- public string PolApplyDate { get; set; }
-
-
-
- public string GetPolDate { get; set; }
-
-
-
- public string GetPolTime { get; set; }
-
-
-
-
- public string FirstTrialOperator { get; set; }
-
-
-
- public string FirstTrialDate { get; set; }
-
-
-
- public string FirstTrialTime { get; set; }
-
-
-
- public string ReceiveOperator { get; set; }
-
-
-
- public string ReceiveDate { get; set; }
-
-
-
- public string ReceiveTime { get; set; }
-
-
-
- public string SellType { get; set; }
-
-
-
- public string ForceUWFlag { get; set; }
-
-
-
- public string ForceUWReason { get; set; }
-
-
-
- public string NewBankCode { get; set; }
-
-
-
- public string NewBankAccNo { get; set; }
-
-
-
- public string NewAccName { get; set; }
-
-
-
- public string NewPayMode { get; set; }
-
-
-
- public string AgentBankCode { get; set; }
-
-
-
- public string BankAgent { get; set; }
-
-
-
- public string AutoPayFlag { get; set; }
-
-
-
- public int RnewFlag { get; set; }
-
-
-
- public string FamilyContNo { get; set; }
-
-
-
- public string OrganizeDate { get; set; }
-
-
-
- public string OrganizeTime { get; set; }
-
-
-
- public string NewAutoSendBankFlag { get; set; }
-
-
-
- public string XQremindflag { get; set; }
-
-
-
- public string ContFlag { get; set; }
-
-
-
- public string SaleDepart { get; set; }
-
-
-
- public string ChnlType { get; set; }
-
-
-
- public int? RenewCount { get; set; }
-
-
-
- public string RenewContNo { get; set; }
-
-
-
- public string RiskAmnt { get; set; }
-
-
-
- public string StandPrem { get; set; }
-
-
-
- public string SumNumPeople { get; set; }
-
-
-
- public string SumPay { get; set; }
-
-
-
- public string EndDate { get; set; }
-
-
-
-
-
- public string PayTypeFlag { get; set; }
- }
- }
|