Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
c0136f14
Commit
c0136f14
authored
Jul 09, 2019
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告位详情合并
parent
68d52182
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
AdGroupQrcodeDTO.java
...main/java/com/pcloud/book/group/dto/AdGroupQrcodeDTO.java
+26
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/dto/AdGroupQrcodeDTO.java
View file @
c0136f14
...
...
@@ -110,6 +110,14 @@ public class AdGroupQrcodeDTO implements Serializable {
* 投放时间
*/
private
Date
distributionTime
;
/**
* 报名量
*/
private
Long
registerNum
;
/**
* 报名率
*/
private
BigDecimal
registerRate
;
public
Long
getGroupQrcodeId
()
{
return
groupQrcodeId
;
...
...
@@ -272,6 +280,22 @@ public class AdGroupQrcodeDTO implements Serializable {
this
.
clickUserNum
=
clickUserNum
;
}
public
Long
getRegisterNum
()
{
return
registerNum
;
}
public
void
setRegisterNum
(
Long
registerNum
)
{
this
.
registerNum
=
registerNum
;
}
public
BigDecimal
getRegisterRate
()
{
return
registerRate
;
}
public
void
setRegisterRate
(
BigDecimal
registerRate
)
{
this
.
registerRate
=
registerRate
;
}
@Override
public
String
toString
()
{
return
"AdGroupQrcodeDTO{"
+
...
...
@@ -295,6 +319,8 @@ public class AdGroupQrcodeDTO implements Serializable {
", totalIncome="
+
totalIncome
+
", isOpen="
+
isOpen
+
", distributionTime="
+
distributionTime
+
", registerNum="
+
registerNum
+
", registerRate="
+
registerRate
+
'}'
;
}
}
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