记得上下班打卡 | 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
6e326c43
Commit
6e326c43
authored
Feb 17, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin
parents
2dbdf5df
39fd648f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
GoblinGoodsExtagVo.java
...m/liquidnet/service/goblin/dto/vo/GoblinGoodsExtagVo.java
+6
-1
GoblinSelfTagVo.java
.../com/liquidnet/service/goblin/dto/vo/GoblinSelfTagVo.java
+1
-1
GoblinSelfTag.java
...va/com/liquidnet/service/goblin/entity/GoblinSelfTag.java
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinGoodsExtagVo.java
View file @
6e326c43
package
com
.
liquidnet
.
service
.
goblin
.
dto
.
vo
;
import
com.fasterxml.jackson.annotation.JsonIgnoreProperties
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
...
...
@@ -8,6 +9,7 @@ import java.io.Serializable;
@ApiModel
(
value
=
"GoblinGoodsExtagVo"
,
description
=
"商品关联音乐人、艺人、IP信息"
)
@Data
@JsonIgnoreProperties
(
ignoreUnknown
=
true
)
public
class
GoblinGoodsExtagVo
implements
Serializable
,
Cloneable
{
private
static
final
long
serialVersionUID
=
367926424789690081L
;
@ApiModelProperty
(
position
=
10
,
value
=
"标签ID"
)
...
...
@@ -18,7 +20,9 @@ public class GoblinGoodsExtagVo implements Serializable, Cloneable {
private
String
tagDesc
;
@ApiModelProperty
(
position
=
13
,
value
=
"标签图片"
)
private
String
tagPic
;
@ApiModelProperty
(
position
=
14
,
value
=
"排序[数值越小,排序越前]"
)
@ApiModelProperty
(
position
=
14
,
value
=
"标签类型[1-音乐人|2-艺术家|3-品牌方|4-厂牌]"
)
private
String
tagType
;
@ApiModelProperty
(
position
=
15
,
value
=
"排序[数值越小,排序越前]"
)
private
Integer
sort
;
public
GoblinGoodsExtagVo
setSort
(
Integer
sort
)
{
...
...
@@ -41,6 +45,7 @@ public class GoblinGoodsExtagVo implements Serializable, Cloneable {
this
.
setTagName
(
source
.
getTagName
());
this
.
setTagDesc
(
source
.
getTagDesc
());
this
.
setTagPic
(
source
.
getTagPic
());
this
.
setTagType
(
source
.
getTagType
());
return
this
;
}
}
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinSelfTagVo.java
View file @
6e326c43
...
...
@@ -21,7 +21,7 @@ public class GoblinSelfTagVo implements Serializable, Cloneable {
private
String
tagDesc
;
@ApiModelProperty
(
position
=
13
,
value
=
"标签图片"
)
private
String
tagPic
;
@ApiModelProperty
(
position
=
14
,
value
=
"标签类型[1-音乐人|2-艺术家|3-
IP
]"
)
@ApiModelProperty
(
position
=
14
,
value
=
"标签类型[1-音乐人|2-艺术家|3-
品牌方|4-厂牌
]"
)
private
String
tagType
;
@ApiModelProperty
(
position
=
15
,
value
=
"标签所属[0-普通标签|1-专属标签]"
)
private
String
tagBelong
;
...
...
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/java/com/liquidnet/service/goblin/entity/GoblinSelfTag.java
View file @
6e326c43
...
...
@@ -44,7 +44,7 @@ public class GoblinSelfTag implements Serializable {
private
String
tagPic
;
/**
* 标签类型[1-音乐人|2-艺术家|3-
IP
]
* 标签类型[1-音乐人|2-艺术家|3-
品牌方|4-厂牌
]
*/
private
String
tagType
;
...
...
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