后台存JSON
This commit is contained in:
parent
9e34d75132
commit
6339de90f9
@ -1,5 +1,6 @@
|
||||
package cn.iocoder.yudao.module.bpm.controller.admin.knows.vo;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.*;
|
||||
import java.util.*;
|
||||
@ -38,7 +39,8 @@ public class KnowledgeSaveReqVO {
|
||||
|
||||
@Schema(description = "文件路径")
|
||||
private String[] filePath;
|
||||
// private List<String> filePath;
|
||||
// private List<JSONObject> filePath;
|
||||
// private List<String> filePath;
|
||||
|
||||
|
||||
@Schema(description = "评论列表")
|
||||
|
Loading…
Reference in New Issue
Block a user