Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
87bfb286
Commit
87bfb286
authored
Oct 13, 2020
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆相关和优惠券相关
parent
8f71d523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
CouponPagVo.java
.../main/java/com/xxfc/platform/activity/vo/CouponPagVo.java
+13
-5
No files found.
xx-activity/xx-activity-api/src/main/java/com/xxfc/platform/activity/vo/CouponPagVo.java
View file @
87bfb286
package
com
.
xxfc
.
platform
.
activity
.
vo
;
package
com
.
xxfc
.
platform
.
activity
.
vo
;
import
com.xxfc.platform.activity.entity.Coupon
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.Data
;
...
@@ -13,7 +14,7 @@ import java.math.BigDecimal;
...
@@ -13,7 +14,7 @@ import java.math.BigDecimal;
* @data 2019/7/23 10:55
* @data 2019/7/23 10:55
*/
*/
@Data
@Data
public
class
CouponPagVo
{
public
class
CouponPagVo
extends
Coupon
{
@ApiModelProperty
(
"主键id"
)
@ApiModelProperty
(
"主键id"
)
...
@@ -56,10 +57,17 @@ public class CouponPagVo {
...
@@ -56,10 +57,17 @@ public class CouponPagVo {
private
Long
crtTime
;
private
Long
crtTime
;
/**
/**
*
是否可领取;0-否;1-是
*
发放开始时间
*/
*/
@Column
(
name
=
"is_led"
)
@Column
(
name
=
"start_time"
)
@ApiModelProperty
(
value
=
"是否可领取;0-否;1-是"
)
@ApiModelProperty
(
value
=
"发放开始时间"
)
private
Integer
isLed
;
private
Long
startTime
;
/**
* 发放结束时间
*/
@Column
(
name
=
"end_time"
)
@ApiModelProperty
(
value
=
"发放结束时间"
)
private
Long
endTime
;
}
}
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