Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
7194b324
Commit
7194b324
authored
Jul 09, 2021
by
wenyang
Browse files
Options
Browse Files
Download
Plain Diff
标签库增加tagType类型,用于区分标签类别(1=产品标签;2=客户标签;3=专家标签;4=经纪人标签)
parents
4cc47843
f82dbe93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
yd-api/src/main/java/com/yd/api/metadata/vo/TagQueryInfo.java
+18
-2
No files found.
yd-api/src/main/java/com/yd/api/metadata/vo/TagQueryInfo.java
View file @
7194b324
package
com
.
yd
.
api
.
metadata
.
vo
;
import
java.util.Date
;
import
java.util.List
;
/**
...
...
@@ -16,6 +15,8 @@ public class TagQueryInfo {
private
Long
upperTagId
;
private
String
tagName
;
private
Long
tagType
;
//标签类别
private
Integer
isActive
;
...
...
@@ -100,8 +101,22 @@ public class TagQueryInfo {
public
void
setTagName
(
String
tagName
)
{
this
.
tagName
=
tagName
;
}
/**
* @return the tagType
*/
public
Long
getTagType
()
{
return
tagType
;
}
/**
* @param tagType the tagType to set
*/
public
void
setTagType
(
Long
tagType
)
{
this
.
tagType
=
tagType
;
}
/**
* Gets the value of isActive. *
*
* @return the value of isActive
...
...
@@ -216,6 +231,7 @@ public class TagQueryInfo {
", configLevel="
+
configLevel
+
", upperTagId="
+
upperTagId
+
", tagName='"
+
tagName
+
'\''
+
", tagType='"
+
tagType
+
'\''
+
", isActive="
+
isActive
+
", createdAt='"
+
createdAt
+
'\''
+
", createdBy="
+
createdBy
+
...
...
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