|
|
@@ -1,1023 +0,0 @@
|
|
|
-package com.tzld.ad.model.po.adput;
|
|
|
-
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import com.tzld.ad.model.adplatformDto.AdPackageDataExt;
|
|
|
-import com.tzld.ad.model.adplatformDto.AdPlatformTacticsDTO;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-/**
|
|
|
- *
|
|
|
- * This class was generated by MyBatis Generator.
|
|
|
- * This class corresponds to the database table ad
|
|
|
- */
|
|
|
-public class AdAd {
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 主键id
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Long id;
|
|
|
-
|
|
|
- public AdPackageData getAdTargetingInfo() {
|
|
|
- return adTargetingInfo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAdTargetingInfo(AdPackageDataExt adTargetingInfo) {
|
|
|
- this.adTargetingInfo = adTargetingInfo;
|
|
|
- }
|
|
|
-
|
|
|
- private AdPackageDataExt adTargetingInfo;
|
|
|
-
|
|
|
- /**
|
|
|
- * 是否真的投放
|
|
|
- */
|
|
|
- private Boolean adPutStatus;
|
|
|
- /**
|
|
|
- * 没投放原因
|
|
|
- */
|
|
|
- private List<String> adPutStatusReason;
|
|
|
-
|
|
|
- public Boolean getAdPutStatus() {
|
|
|
- return adPutStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAdPutStatus(Boolean adPutStatus) {
|
|
|
- this.adPutStatus = adPutStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public List<String> getAdPutStatusReason() {
|
|
|
- return adPutStatusReason;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAdPutStatusReason(List<String> adPutStatusReason) {
|
|
|
- this.adPutStatusReason = adPutStatusReason;
|
|
|
- }
|
|
|
-
|
|
|
- public AdPlatformTacticsDTO getTactics() {
|
|
|
- return tactics;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTactics(AdPlatformTacticsDTO tactics) {
|
|
|
- this.tactics = tactics;
|
|
|
- }
|
|
|
-
|
|
|
- private AdPlatformTacticsDTO tactics;
|
|
|
-
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 所属投放计划Id
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.campaign_id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Long campaignId;
|
|
|
-
|
|
|
- public String getCampaignName() {
|
|
|
- return campaignName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCampaignName(String campaignName) {
|
|
|
- this.campaignName = campaignName;
|
|
|
- }
|
|
|
-
|
|
|
- private String campaignName;
|
|
|
-
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 广告code/策略编码
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.ad_code
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String adCode;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 广告名称
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.ad_name
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String adName;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 版位(广告位Id)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.ad_pattern
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Integer adPattern;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 投放日期(开始)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.issue_date_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
|
|
- private Date issueDateFrom;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 投放日期(结束)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.issue_date_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
|
|
- private Date issueDateTo;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 起始时间(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.issue_time_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "HH:mm:ss")
|
|
|
- private Date issueTimeFrom;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 结束时间(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.issue_time_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "HH:mm:ss")
|
|
|
- private Date issueTimeTo;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 出价方式(0CPC 1CPM 2cpa竞价)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.bid_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Integer bidType;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 竞价cpa
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.bid_cpa
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double bidCpa;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 竞价bid1(运营填写)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.bid_bid1
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double bidBid1;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 竞价bid2(外部填写)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.bid_bid2
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double bidBid2;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 出价
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.unit_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double unitPrice;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * cpm/ocpa出价
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.new_bid_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double newBidPrice;
|
|
|
-
|
|
|
- // 审核中的出价(非持久化字段),从 ad_bid_review 待审核记录的 now_bid 填充
|
|
|
- private Double auditingBidPrice;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 单日金额限制(空 不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.day_amount_limit
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Double dayAmountLimit;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 网络类型(逗号分割)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.network_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String networkType;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 机型(逗号分割)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.phone_model
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String phoneModel;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 视频标签(逗号分割)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.video_tag
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String videoTag;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 地域(逗号分割)(空不限制)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.territory
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String territory;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 状态(未投放,启用中,删除,已结束)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.status
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String status;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 是否删除(0正常 1删除)
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.is_delete
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Integer isDelete;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 创建人
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.create_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String createUser;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 更新人
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.update_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private String updateUser;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 创建时间
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.create_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Date createTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * Database Column Remarks:
|
|
|
- * 更新时间
|
|
|
- *
|
|
|
- * This field was generated by MyBatis Generator.
|
|
|
- * This field corresponds to the database column ad.update_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- private Date updateTime;
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.id
|
|
|
- *
|
|
|
- * @return the value of ad.id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Long getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.id
|
|
|
- *
|
|
|
- * @param id the value for ad.id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setId(Long id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.campaign_id
|
|
|
- *
|
|
|
- * @return the value of ad.campaign_id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Long getCampaignId() {
|
|
|
- return campaignId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.campaign_id
|
|
|
- *
|
|
|
- * @param campaignId the value for ad.campaign_id
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setCampaignId(Long campaignId) {
|
|
|
- this.campaignId = campaignId;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.ad_code
|
|
|
- *
|
|
|
- * @return the value of ad.ad_code
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getAdCode() {
|
|
|
- return adCode;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.ad_code
|
|
|
- *
|
|
|
- * @param adCode the value for ad.ad_code
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setAdCode(String adCode) {
|
|
|
- this.adCode = adCode;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.ad_name
|
|
|
- *
|
|
|
- * @return the value of ad.ad_name
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getAdName() {
|
|
|
- return adName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.ad_name
|
|
|
- *
|
|
|
- * @param adName the value for ad.ad_name
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setAdName(String adName) {
|
|
|
- this.adName = adName;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.ad_pattern
|
|
|
- *
|
|
|
- * @return the value of ad.ad_pattern
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Integer getAdPattern() {
|
|
|
- return adPattern;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.ad_pattern
|
|
|
- *
|
|
|
- * @param adPattern the value for ad.ad_pattern
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setAdPattern(Integer adPattern) {
|
|
|
- this.adPattern = adPattern;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.issue_date_from
|
|
|
- *
|
|
|
- * @return the value of ad.issue_date_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getIssueDateFrom() {
|
|
|
- return issueDateFrom;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.issue_date_from
|
|
|
- *
|
|
|
- * @param issueDateFrom the value for ad.issue_date_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setIssueDateFrom(Date issueDateFrom) {
|
|
|
- this.issueDateFrom = issueDateFrom;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.issue_date_to
|
|
|
- *
|
|
|
- * @return the value of ad.issue_date_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getIssueDateTo() {
|
|
|
- return issueDateTo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.issue_date_to
|
|
|
- *
|
|
|
- * @param issueDateTo the value for ad.issue_date_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setIssueDateTo(Date issueDateTo) {
|
|
|
- this.issueDateTo = issueDateTo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.issue_time_from
|
|
|
- *
|
|
|
- * @return the value of ad.issue_time_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getIssueTimeFrom() {
|
|
|
- return issueTimeFrom;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.issue_time_from
|
|
|
- *
|
|
|
- * @param issueTimeFrom the value for ad.issue_time_from
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setIssueTimeFrom(Date issueTimeFrom) {
|
|
|
- this.issueTimeFrom = issueTimeFrom;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.issue_time_to
|
|
|
- *
|
|
|
- * @return the value of ad.issue_time_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getIssueTimeTo() {
|
|
|
- return issueTimeTo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.issue_time_to
|
|
|
- *
|
|
|
- * @param issueTimeTo the value for ad.issue_time_to
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setIssueTimeTo(Date issueTimeTo) {
|
|
|
- this.issueTimeTo = issueTimeTo;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.bid_type
|
|
|
- *
|
|
|
- * @return the value of ad.bid_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Integer getBidType() {
|
|
|
- return bidType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.bid_type
|
|
|
- *
|
|
|
- * @param bidType the value for ad.bid_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setBidType(Integer bidType) {
|
|
|
- this.bidType = bidType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.bid_cpa
|
|
|
- *
|
|
|
- * @return the value of ad.bid_cpa
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getBidCpa() {
|
|
|
- return bidCpa;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.bid_cpa
|
|
|
- *
|
|
|
- * @param bidCpa the value for ad.bid_cpa
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setBidCpa(Double bidCpa) {
|
|
|
- this.bidCpa = bidCpa;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.bid_bid1
|
|
|
- *
|
|
|
- * @return the value of ad.bid_bid1
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getBidBid1() {
|
|
|
- return bidBid1;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.bid_bid1
|
|
|
- *
|
|
|
- * @param bidBid1 the value for ad.bid_bid1
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setBidBid1(Double bidBid1) {
|
|
|
- this.bidBid1 = bidBid1;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.bid_bid2
|
|
|
- *
|
|
|
- * @return the value of ad.bid_bid2
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getBidBid2() {
|
|
|
- return bidBid2;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.bid_bid2
|
|
|
- *
|
|
|
- * @param bidBid2 the value for ad.bid_bid2
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setBidBid2(Double bidBid2) {
|
|
|
- this.bidBid2 = bidBid2;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.unit_price
|
|
|
- *
|
|
|
- * @return the value of ad.unit_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getUnitPrice() {
|
|
|
- return unitPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.unit_price
|
|
|
- *
|
|
|
- * @param unitPrice the value for ad.unit_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setUnitPrice(Double unitPrice) {
|
|
|
- this.unitPrice = unitPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.new_bid_price
|
|
|
- *
|
|
|
- * @return the value of ad.new_bid_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getNewBidPrice() {
|
|
|
- return newBidPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.new_bid_price
|
|
|
- *
|
|
|
- * @param newBidPrice the value for ad.new_bid_price
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setNewBidPrice(Double newBidPrice) {
|
|
|
- this.newBidPrice = newBidPrice;
|
|
|
- }
|
|
|
-
|
|
|
- public Double getAuditingBidPrice() {
|
|
|
- return auditingBidPrice;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAuditingBidPrice(Double auditingBidPrice) {
|
|
|
- this.auditingBidPrice = auditingBidPrice;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.day_amount_limit
|
|
|
- *
|
|
|
- * @return the value of ad.day_amount_limit
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Double getDayAmountLimit() {
|
|
|
- return dayAmountLimit;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.day_amount_limit
|
|
|
- *
|
|
|
- * @param dayAmountLimit the value for ad.day_amount_limit
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setDayAmountLimit(Double dayAmountLimit) {
|
|
|
- this.dayAmountLimit = dayAmountLimit;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.network_type
|
|
|
- *
|
|
|
- * @return the value of ad.network_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getNetworkType() {
|
|
|
- return networkType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.network_type
|
|
|
- *
|
|
|
- * @param networkType the value for ad.network_type
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setNetworkType(String networkType) {
|
|
|
- this.networkType = networkType;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.phone_model
|
|
|
- *
|
|
|
- * @return the value of ad.phone_model
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getPhoneModel() {
|
|
|
- return phoneModel;
|
|
|
- }
|
|
|
-
|
|
|
- public String getVideoTag() {
|
|
|
- return videoTag;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.phone_model
|
|
|
- *
|
|
|
- * @param phoneModel the value for ad.phone_model
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setPhoneModel(String phoneModel) {
|
|
|
- this.phoneModel = phoneModel;
|
|
|
- }
|
|
|
-
|
|
|
- public void setVideoTag(String videoTag) {
|
|
|
- this.videoTag = videoTag;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.territory
|
|
|
- *
|
|
|
- * @return the value of ad.territory
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getTerritory() {
|
|
|
- return territory;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.territory
|
|
|
- *
|
|
|
- * @param territory the value for ad.territory
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setTerritory(String territory) {
|
|
|
- this.territory = territory;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.status
|
|
|
- *
|
|
|
- * @return the value of ad.status
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getStatus() {
|
|
|
- return status;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.status
|
|
|
- *
|
|
|
- * @param status the value for ad.status
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setStatus(String status) {
|
|
|
- this.status = status;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.is_delete
|
|
|
- *
|
|
|
- * @return the value of ad.is_delete
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Integer getIsDelete() {
|
|
|
- return isDelete;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.is_delete
|
|
|
- *
|
|
|
- * @param isDelete the value for ad.is_delete
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setIsDelete(Integer isDelete) {
|
|
|
- this.isDelete = isDelete;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.create_user
|
|
|
- *
|
|
|
- * @return the value of ad.create_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getCreateUser() {
|
|
|
- return createUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.create_user
|
|
|
- *
|
|
|
- * @param createUser the value for ad.create_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setCreateUser(String createUser) {
|
|
|
- this.createUser = createUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.update_user
|
|
|
- *
|
|
|
- * @return the value of ad.update_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public String getUpdateUser() {
|
|
|
- return updateUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.update_user
|
|
|
- *
|
|
|
- * @param updateUser the value for ad.update_user
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setUpdateUser(String updateUser) {
|
|
|
- this.updateUser = updateUser;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.create_time
|
|
|
- *
|
|
|
- * @return the value of ad.create_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.create_time
|
|
|
- *
|
|
|
- * @param createTime the value for ad.create_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method returns the value of the database column ad.update_time
|
|
|
- *
|
|
|
- * @return the value of ad.update_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public Date getUpdateTime() {
|
|
|
- return updateTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method sets the value of the database column ad.update_time
|
|
|
- *
|
|
|
- * @param updateTime the value for ad.update_time
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- public void setUpdateTime(Date updateTime) {
|
|
|
- this.updateTime = updateTime;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * This method was generated by MyBatis Generator.
|
|
|
- * This method corresponds to the database table ad
|
|
|
- *
|
|
|
- * @mbg.generated
|
|
|
- */
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- StringBuilder sb = new StringBuilder();
|
|
|
- sb.append(getClass().getSimpleName());
|
|
|
- sb.append(" [");
|
|
|
- sb.append("Hash = ").append(hashCode());
|
|
|
- sb.append(", id=").append(id);
|
|
|
- sb.append(", campaignId=").append(campaignId);
|
|
|
- sb.append(", adCode=").append(adCode);
|
|
|
- sb.append(", adName=").append(adName);
|
|
|
- sb.append(", adPattern=").append(adPattern);
|
|
|
- sb.append(", issueDateFrom=").append(issueDateFrom);
|
|
|
- sb.append(", issueDateTo=").append(issueDateTo);
|
|
|
- sb.append(", issueTimeFrom=").append(issueTimeFrom);
|
|
|
- sb.append(", issueTimeTo=").append(issueTimeTo);
|
|
|
- sb.append(", bidType=").append(bidType);
|
|
|
- sb.append(", bidCpa=").append(bidCpa);
|
|
|
- sb.append(", bidBid1=").append(bidBid1);
|
|
|
- sb.append(", bidBid2=").append(bidBid2);
|
|
|
- sb.append(", unitPrice=").append(unitPrice);
|
|
|
- sb.append(", newBidPrice=").append(newBidPrice);
|
|
|
- sb.append(", dayAmountLimit=").append(dayAmountLimit);
|
|
|
- sb.append(", networkType=").append(networkType);
|
|
|
- sb.append(", phoneModel=").append(phoneModel);
|
|
|
- sb.append(", videoTag=").append(videoTag);
|
|
|
- sb.append(", territory=").append(territory);
|
|
|
- sb.append(", status=").append(status);
|
|
|
- sb.append(", isDelete=").append(isDelete);
|
|
|
- sb.append(", createUser=").append(createUser);
|
|
|
- sb.append(", updateUser=").append(updateUser);
|
|
|
- sb.append(", createTime=").append(createTime);
|
|
|
- sb.append(", updateTime=").append(updateTime);
|
|
|
- sb.append("]");
|
|
|
- return sb.toString();
|
|
|
- }
|
|
|
-}
|