Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
91a504fc
Commit
91a504fc
authored
Apr 23, 2021
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:[1004545] 超级搜素
parent
9a598eb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
UpdateSuperSearchMQDTO.java
...va/com/pcloud/common/core/dto/UpdateSuperSearchMQDTO.java
+9
-1
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/dto/UpdateSuperSearchMQDTO.java
View file @
91a504fc
...
...
@@ -4,13 +4,19 @@ import com.pcloud.common.core.constant.UpdateSuperSearchCode;
import
lombok.Builder
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
@Builder
public
class
UpdateSuperSearchMQDTO
{
public
class
UpdateSuperSearchMQDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
4132417523244980165L
;
//更新类型
private
UpdateSuperSearchCode
superSearchCode
;
//子类型
private
Integer
childTypeCode
;
//es主键id
private
String
id
;
...
...
@@ -19,4 +25,6 @@ public class UpdateSuperSearchMQDTO {
//es资源名称
private
String
resourceName
;
}
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