记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
18d6af98
Commit
18d6af98
authored
Aug 01, 2022
by
GaoHu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG:组合购详情增加系统时间
parent
71da4156
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
GoblinMixAppDetailsVo.java
...iquidnet/service/goblin/dto/vo/GoblinMixAppDetailsVo.java
+3
-1
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinMixAppDetailsVo.java
View file @
18d6af98
package
com
.
liquidnet
.
service
.
goblin
.
dto
.
vo
;
package
com
.
liquidnet
.
service
.
goblin
.
dto
.
vo
;
import
com.liquidnet.commons.lang.util.DateUtil
;
import
com.liquidnet.commons.lang.util.DateUtil
;
import
com.liquidnet.service.goblin.param.GoblinMixDetailsParam
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.EqualsAndHashCode
;
...
@@ -55,6 +54,8 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
...
@@ -55,6 +54,8 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private
String
shelvesTime
;
private
String
shelvesTime
;
@ApiModelProperty
(
position
=
23
,
value
=
"预约开启标识[0:未开启,1开启]"
)
@ApiModelProperty
(
position
=
23
,
value
=
"预约开启标识[0:未开启,1开启]"
)
private
int
reserve
;
private
int
reserve
;
@ApiModelProperty
(
value
=
"系统时间"
)
private
String
sysTime
;
private
static
final
GoblinMixAppDetailsVo
obj
=
new
GoblinMixAppDetailsVo
();
private
static
final
GoblinMixAppDetailsVo
obj
=
new
GoblinMixAppDetailsVo
();
...
@@ -88,6 +89,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
...
@@ -88,6 +89,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
this
.
setSellPrice
(
source
.
getSellPrice
());
this
.
setSellPrice
(
source
.
getSellPrice
());
this
.
setShelvesTime
(
source
.
getShelvesTime
());
this
.
setShelvesTime
(
source
.
getShelvesTime
());
this
.
setReserve
(
source
.
getReserve
());
this
.
setReserve
(
source
.
getReserve
());
this
.
setSysTime
(
DateUtil
.
getNowTime
());
return
this
;
return
this
;
}
}
}
}
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