/// <summary>
 /// 全构造函数
 /// </summary>
 public SPDayReportEntity(int id, DateTime reportDate, int totalCount, int totalSuccessCount, int interceptCount, int downTotalCount, int downSycnSuccess, int downSycnFailed, int downNotSycn, SPSClientEntity clientID, SPChannelEntity channelID, SPCodeEntity codeID, SPUpperEntity uperID)
 {
     _id                = id;
     _reportDate        = reportDate;
     _totalCount        = totalCount;
     _totalSuccessCount = totalSuccessCount;
     _interceptCount    = interceptCount;
     _downTotalCount    = downTotalCount;
     _downSycnSuccess   = downSycnSuccess;
     _downSycnFailed    = downSycnFailed;
     _downNotSycn       = downNotSycn;
     _clientID          = clientID;
     _channelID         = channelID;
     _codeID            = codeID;
     _uperID            = uperID;
 }
 /// <summary>
 /// 默认构造函数
 /// </summary>
 public SPDayReportEntity()
 {
     _id                = 0;
     _reportDate        = DateTime.MinValue;
     _totalCount        = 0;
     _totalSuccessCount = 0;
     _interceptCount    = 0;
     _downTotalCount    = 0;
     _downSycnSuccess   = 0;
     _downSycnFailed    = 0;
     _downNotSycn       = 0;
     _clientID          = null;
     _channelID         = null;
     _codeID            = null;
     _uperID            = null;
 }
 /// <summary>
 /// 全构造函数
 /// </summary>
 public SPChannelEntity(int id, string name, string code, string dataOkMessage, string dataFailedMessage, string description, string dataAdapterType, string dataAdapterUrl, string channelType, string iVRFeeTimeType, string iVRTimeFormat, bool isStateReport, string stateReportType, string reportOkMessage, string reportFailedMessage, string stateReportParamName, string stateReportParamValue, string requestTypeParamName, string requestTypeParamStateReportValue, string requestTypeParamDataReportValue, bool hasFilters, bool isMonitorRequest, bool isLogRequest, bool isParamsConvert, bool isAutoLinkID, string autoLinkIDFields, string logRequestType, decimal?price, decimal?defaultRate, string channelDetailInfo, SPUpperEntity upperID, string channelStatus, bool isDisable, int?createBy, DateTime?createAt, int?lastModifyBy, DateTime?lastModifyAt, string lastModifyComment)
 {
     _id                               = id;
     _name                             = name;
     _code                             = code;
     _dataOkMessage                    = dataOkMessage;
     _dataFailedMessage                = dataFailedMessage;
     _description                      = description;
     _dataAdapterType                  = dataAdapterType;
     _dataAdapterUrl                   = dataAdapterUrl;
     _channelType                      = channelType;
     _iVRFeeTimeType                   = iVRFeeTimeType;
     _iVRTimeFormat                    = iVRTimeFormat;
     _isStateReport                    = isStateReport;
     _stateReportType                  = stateReportType;
     _reportOkMessage                  = reportOkMessage;
     _reportFailedMessage              = reportFailedMessage;
     _stateReportParamName             = stateReportParamName;
     _stateReportParamValue            = stateReportParamValue;
     _requestTypeParamName             = requestTypeParamName;
     _requestTypeParamStateReportValue = requestTypeParamStateReportValue;
     _requestTypeParamDataReportValue  = requestTypeParamDataReportValue;
     _hasFilters                       = hasFilters;
     _isMonitorRequest                 = isMonitorRequest;
     _isLogRequest                     = isLogRequest;
     _isParamsConvert                  = isParamsConvert;
     _isAutoLinkID                     = isAutoLinkID;
     _autoLinkIDFields                 = autoLinkIDFields;
     _logRequestType                   = logRequestType;
     _price                            = price;
     _defaultRate                      = defaultRate;
     _channelDetailInfo                = channelDetailInfo;
     _upperID                          = upperID;
     _channelStatus                    = channelStatus;
     _isDisable                        = isDisable;
     _createBy                         = createBy;
     _createAt                         = createAt;
     _lastModifyBy                     = lastModifyBy;
     _lastModifyAt                     = lastModifyAt;
     _lastModifyComment                = lastModifyComment;
 }
 /// <summary>
 /// 默认构造函数
 /// </summary>
 public SPChannelEntity()
 {
     _id                               = 0;
     _name                             = String.Empty;
     _code                             = String.Empty;
     _dataOkMessage                    = String.Empty;
     _dataFailedMessage                = String.Empty;
     _description                      = String.Empty;
     _dataAdapterType                  = String.Empty;
     _dataAdapterUrl                   = String.Empty;
     _channelType                      = String.Empty;
     _iVRFeeTimeType                   = null;
     _iVRTimeFormat                    = null;
     _isStateReport                    = false;
     _stateReportType                  = String.Empty;
     _reportOkMessage                  = String.Empty;
     _reportFailedMessage              = String.Empty;
     _stateReportParamName             = String.Empty;
     _stateReportParamValue            = String.Empty;
     _requestTypeParamName             = String.Empty;
     _requestTypeParamStateReportValue = String.Empty;
     _requestTypeParamDataReportValue  = String.Empty;
     _hasFilters                       = false;
     _isMonitorRequest                 = false;
     _isLogRequest                     = false;
     _isParamsConvert                  = false;
     _isAutoLinkID                     = false;
     _autoLinkIDFields                 = String.Empty;
     _logRequestType                   = null;
     _price                            = null;
     _defaultRate                      = null;
     _channelDetailInfo                = null;
     _upperID                          = null;
     _channelStatus                    = null;
     _isDisable                        = false;
     _createBy                         = null;
     _createAt                         = null;
     _lastModifyBy                     = null;
     _lastModifyAt                     = null;
     _lastModifyComment                = null;
 }
 /// <summary>
 /// 默认构造函数
 /// </summary>
 public SPAdvertisementEntity()
 {
     _id                = 0;
     _name              = null;
     _code              = null;
     _imageUrl          = null;
     _adPrice           = null;
     _accountType       = null;
     _applyStatus       = null;
     _adType            = null;
     _adText            = null;
     _description       = null;
     _isDisable         = null;
     _assignedClient    = null;
     _upperID           = null;
     _createBy          = 0;
     _createAt          = DateTime.MinValue;
     _lastModifyBy      = null;
     _lastModifyAt      = null;
     _lastModifyComment = String.Empty;
 }
 /// <summary>
 /// 全构造函数
 /// </summary>
 public SPAdvertisementEntity(int id, string name, string code, string imageUrl, string adPrice, string accountType, string applyStatus, string adType, string adText, string description, bool?isDisable, int?assignedClient, SPUpperEntity upperID, int createBy, DateTime createAt, int?lastModifyBy, DateTime?lastModifyAt, string lastModifyComment)
 {
     _id                = id;
     _name              = name;
     _code              = code;
     _imageUrl          = imageUrl;
     _adPrice           = adPrice;
     _accountType       = accountType;
     _applyStatus       = applyStatus;
     _adType            = adType;
     _adText            = adText;
     _description       = description;
     _isDisable         = isDisable;
     _assignedClient    = assignedClient;
     _upperID           = upperID;
     _createBy          = createBy;
     _createAt          = createAt;
     _lastModifyBy      = lastModifyBy;
     _lastModifyAt      = lastModifyAt;
     _lastModifyComment = lastModifyComment;
 }