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