Commit 4f4da885 by 田超

Merge branch 'fixbug/fixcommon' into 'master'

feat:[1004545] 超级搜素

See merge request rays/pcloud-common-parent!194
parents 9a598eb6 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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment