记得上下班打卡 | 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
9ef85940
Commit
9ef85940
authored
Aug 02, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并master 少合并了。 补上
修改bug
parent
038b5f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
GoblinMixAppDetailsVo.java
...liquidnet/service/kylin/dto/vo/GoblinMixAppDetailsVo.java
+4
-5
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/GoblinMixAppDetailsVo.java
View file @
9ef85940
...
...
@@ -6,7 +6,6 @@ import lombok.EqualsAndHashCode;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
java.util.List
;
@Data
@EqualsAndHashCode
...
...
@@ -37,8 +36,8 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private
Integer
limit
;
@ApiModelProperty
(
position
=
18
,
value
=
"白名单类型[0-会员|1-指定用户|2-全部用户]"
)
private
Integer
whiteType
;
@ApiModelProperty
(
position
=
20
,
value
=
"配置详情"
)
private
List
<
GoblinMixDetailsItemVo
>
item
;
/*
@ApiModelProperty(position = 20, value = "配置详情")
private List<GoblinMixDetailsItemVo> item;
*/
@ApiModelProperty
(
position
=
22
,
value
=
"状态[6-活动中|7-停用|8-售罄|9-等待开始|10-活动结束]"
)
private
Integer
status
;
@ApiModelProperty
(
position
=
24
,
value
=
"IOS支付方式[0-第三方支付|1-苹果支付]"
)
...
...
@@ -60,7 +59,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
}
}
public
GoblinMixAppDetailsVo
copy
(
GoblinMixDetailsVo
source
,
String
storeName
)
{
/*
public GoblinMixAppDetailsVo copy(GoblinMixDetailsVo source,String storeName) {
if (null == source) return this;
this.setMixId(source.getMixId());
this.setName(source.getName());
...
...
@@ -81,5 +80,5 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
this.setPrice(source.getPrice());
this.setSellPrice(source.getSellPrice());
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