/// <summary>
 /// 默认构造函数
 /// </summary>
 public SPPaymentInfoEntity()
 {
     _id              = 0;
     _mobileNumber    = null;
     _channelID       = null;
     _clientID        = null;
     _message         = null;
     _isIntercept     = null;
     _createDate      = null;
     _clientGroupID   = null;
     _cpid            = null;
     _mid             = null;
     _port            = String.Empty;
     _ywid            = null;
     _linkid          = null;
     _dest            = null;
     _price           = null;
     _ip              = null;
     _sucesssToSend   = null;
     _extendField1    = null;
     _extendField2    = null;
     _extendField3    = null;
     _extendField4    = null;
     _extendField5    = null;
     _extendField6    = null;
     _extendField7    = null;
     _extendField8    = null;
     _mobileOperators = null;
     _isReport        = false;
     _requestContent  = null;
     _city            = null;
     _province        = null;
     _isTestData      = null;
     _channleClientID = null;
     _isSycnData      = null;
     _sSycnDataUrl    = null;
     _sycnRetryTimes  = 0;
 }
 /// <summary>
 /// 全构造函数
 /// </summary>
 public SPPaymentInfoEntity(int id, string mobileNumber, SPChannelEntity channelID, SPClientEntity clientID, string message, bool?isIntercept, DateTime?createDate, int?clientGroupID, string cpid, string mid, string port, string ywid, string linkid, string dest, string price, string ip, bool?sucesssToSend, string extendField1, string extendField2, string extendField3, string extendField4, string extendField5, string extendField6, string extendField7, string extendField8, string mobileOperators, bool isReport, string requestContent, string city, string province, bool?isTestData, int?channleClientID, bool?isSycnData, string sSycnDataUrl, int?sycnRetryTimes)
 {
     _id              = id;
     _mobileNumber    = mobileNumber;
     _channelID       = channelID;
     _clientID        = clientID;
     _message         = message;
     _isIntercept     = isIntercept;
     _createDate      = createDate;
     _clientGroupID   = clientGroupID;
     _cpid            = cpid;
     _mid             = mid;
     _port            = port;
     _ywid            = ywid;
     _linkid          = linkid;
     _dest            = dest;
     _price           = price;
     _ip              = ip;
     _sucesssToSend   = sucesssToSend;
     _extendField1    = extendField1;
     _extendField2    = extendField2;
     _extendField3    = extendField3;
     _extendField4    = extendField4;
     _extendField5    = extendField5;
     _extendField6    = extendField6;
     _extendField7    = extendField7;
     _extendField8    = extendField8;
     _mobileOperators = mobileOperators;
     _isReport        = isReport;
     _requestContent  = requestContent;
     _city            = city;
     _province        = province;
     _isTestData      = isTestData;
     _channleClientID = channleClientID;
     _isSycnData      = isSycnData;
     _sSycnDataUrl    = sSycnDataUrl;
     _sycnRetryTimes  = sycnRetryTimes;
 }
 /// <summary>
 /// 全构造函数
 /// </summary>
 public SPClientChannelSettingEntity(int id, string name, string description, SPChannelEntity channelID, SPClientEntity clinetID, int?interceptRate, int?upRate, int?downRate, string commandType, string commandCode, bool?disable, string commandColumn, string interceptRateType, bool?syncData, string syncDataUrl, string okMessage, string failedMessage, string syncType, int?orderIndex, string channelCode, bool?allowFilter, string allowAndDisableArea, string settlementPeriod, string dayLimit, string monthLimit, string sendText, string getway, int defaultNoInterceptCount, bool?hasDayMonthLimit, int?dayLimitCount, int?monthLimitCount, bool?hasDayTotalLimit, int?dayTotalLimit, bool?dayTotalLimitInProvince, string dayTotalLimitInProvinceAssignedCount)
 {
     _id                      = id;
     _name                    = name;
     _description             = description;
     _channelID               = channelID;
     _clinetID                = clinetID;
     _interceptRate           = interceptRate;
     _upRate                  = upRate;
     _downRate                = downRate;
     _commandType             = commandType;
     _commandCode             = commandCode;
     _disable                 = disable;
     _commandColumn           = commandColumn;
     _interceptRateType       = interceptRateType;
     _syncData                = syncData;
     _syncDataUrl             = syncDataUrl;
     _okMessage               = okMessage;
     _failedMessage           = failedMessage;
     _syncType                = syncType;
     _orderIndex              = orderIndex;
     _channelCode             = channelCode;
     _allowFilter             = allowFilter;
     _allowAndDisableArea     = allowAndDisableArea;
     _settlementPeriod        = settlementPeriod;
     _dayLimit                = dayLimit;
     _monthLimit              = monthLimit;
     _sendText                = sendText;
     _getway                  = getway;
     _defaultNoInterceptCount = defaultNoInterceptCount;
     _hasDayMonthLimit        = hasDayMonthLimit;
     _dayLimitCount           = dayLimitCount;
     _monthLimitCount         = monthLimitCount;
     _hasDayTotalLimit        = hasDayTotalLimit;
     _dayTotalLimit           = dayTotalLimit;
     _dayTotalLimitInProvince = dayTotalLimitInProvince;
     _dayTotalLimitInProvinceAssignedCount = dayTotalLimitInProvinceAssignedCount;
 }
 /// <summary>
 /// 全构造函数
 /// </summary>
 public SPSendClientParamsEntity(int id, string name, string description, bool?isEnable, bool?isRequired, SPClientEntity clientID, string mappingParams, string title, int?channelID)
 {
     _id            = id;
     _name          = name;
     _description   = description;
     _isEnable      = isEnable;
     _isRequired    = isRequired;
     _clientID      = clientID;
     _mappingParams = mappingParams;
     _title         = title;
     _channelID     = channelID;
 }