Commit c6d73798 authored by alex yao's avatar alex yao

feat: 分片信息新增isOpen

parent 8b3a3522
...@@ -10,6 +10,16 @@ public class ChunkInfo { ...@@ -10,6 +10,16 @@ public class ChunkInfo {
private Integer chunkSort; private Integer chunkSort;
private String isOpen;
public String getIsOpen() {
return isOpen;
}
public void setIsOpen(String isOpen) {
this.isOpen = isOpen;
}
public String getKnowledgeId() { public String getKnowledgeId() {
return knowledgeId; return knowledgeId;
} }
......
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