Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
toutiao-api
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Jobs
  • Commits
  • chenmingyang
  • toutiao-api
  • Repository

Switch branch/tag
  • toutiao-api
  • ..
  • budget
  • UpdateBidDTO.java
Find file
BlameHistoryPermalink
  • BetterXT's avatar
    modify advertising plan dto field · 4adaea7e
    BetterXT authored 6 years ago
    4adaea7e
UpdateBidDTO.java 433 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
package io.better.toutiao.dto.budget;

import lombok.Data;

import java.util.List;

/**
 * @author better create in 2019-04-29 14:48
 */
@Data
public class UpdateBidDTO {

    /**
     * 广告主ID
     */
    private Long advertiserId;

    /**
     * 计划ID集合
     */
    private List<Integer> adIds;

    /**
     * 出价
     */
    private Integer bid;

    /**
     * ID集合
     */
    private List<Integer> data;
}
×

Replace UpdateBidDTO.java

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.