Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
chenmingyang
toutiao-api
Commits
4733a477
Commit
4733a477
authored
Apr 29, 2019
by
BetterXT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加list泛型
parent
da45ae56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
UpdateBidDTO.java
src/main/java/io/better/toutiao/dto/budget/UpdateBidDTO.java
+1
-1
UpdateBudgetDTO.java
...in/java/io/better/toutiao/dto/budget/UpdateBudgetDTO.java
+6
-2
No files found.
src/main/java/io/better/toutiao/dto/budget/UpdateBidDTO.java
View file @
4733a477
...
...
@@ -16,5 +16,5 @@ public class UpdateBidDTO {
private
Integer
bid
;
private
List
data
;
private
List
<
Integer
>
data
;
}
src/main/java/io/better/toutiao/dto/budget/UpdateBudgetDTO.java
View file @
4733a477
...
...
@@ -2,6 +2,8 @@ package io.better.toutiao.dto.budget;
import
lombok.Data
;
import
java.util.List
;
/**
* @author better create in 2019-04-29 14:48
*/
...
...
@@ -10,7 +12,9 @@ public class UpdateBudgetDTO {
private
Long
advertiserId
;
private
Integer
[]
campaignIds
;
private
Integer
adId
;
private
Integer
budget
;
private
String
optStatus
;
private
List
<
Integer
>
data
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment