bugfix
parent
2581d63a3d
commit
be1a84581d
@ -1,11 +1,14 @@
|
||||
package com.supervision.knowsub.entity.vo.knowledge;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
@Schema(description = "修改知识库请求参数 ")
|
||||
public class ModifyKnowledgeReqVO extends SaveKnowledgeReqVO{
|
||||
|
||||
@Schema(description = "知识ID")
|
||||
private String knowledgeId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue