Commit b91e0fc2 authored by yangyw's avatar yangyw

feature: 过滤资料库分类

parent 4813be8a
...@@ -6,7 +6,6 @@ import com.mybatisflex.annotation.KeyType; ...@@ -6,7 +6,6 @@ import com.mybatisflex.annotation.KeyType;
import lombok.Data; import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
import java.util.List;
@Data @Data
public class WikiSaveDto implements Serializable { public class WikiSaveDto implements Serializable {
...@@ -38,7 +37,7 @@ public class WikiSaveDto implements Serializable { ...@@ -38,7 +37,7 @@ public class WikiSaveDto implements Serializable {
* 资料分类ID * 资料分类ID
*/ */
@JsonProperty("wiki_category_id") @JsonProperty("wiki_category_id")
private List<Integer> wikiCategoryId; private Integer wikiCategoryId;
/** /**
* 场景分类ID * 场景分类ID
......
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