修改:知识库文件操作增加审批电子流,打印上传对象参数排除file流
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.sdm.data.model.req;
|
||||
|
||||
import com.alibaba.fastjson2.annotation.JSONField;
|
||||
import com.sdm.common.common.Constants;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
@@ -28,6 +29,7 @@ public class UploadFilesReq {
|
||||
|
||||
// 分块文件传输对象
|
||||
@Schema(description = "分块文件传输对象")
|
||||
@JSONField(serialize = false)
|
||||
private MultipartFile file;
|
||||
|
||||
@Schema(description = "项目名称")
|
||||
|
||||
Reference in New Issue
Block a user