Bladeren bron

图片list

liujing-123 2 weken geleden
bovenliggende
commit
a5bf44a334

+ 2 - 1
delivery-module-core/delivery-module-core-biz/src/main/java/com/unis/module/coding/controller/admin/lqjcxx/vo/LqjcxxSaveReqVO.java

@@ -2,6 +2,7 @@ package com.unis.module.coding.controller.admin.lqjcxx.vo;
2 2
 
3 3
 import io.swagger.v3.oas.annotations.media.Schema;
4 4
 import lombok.*;
5
+
5 6
 import java.util.*;
6 7
 import javax.validation.constraints.*;
7 8
 import java.math.BigDecimal;
@@ -43,6 +44,6 @@ public class LqjcxxSaveReqVO {
43 44
     private BigDecimal lspjw;
44 45
 
45 46
     @Schema(description = "附件多个逗号隔开'',''(INFRA_FILE.URL)")
46
-    private String fileIds;
47
+    private List fileIds;
47 48
 
48 49
 }

+ 3 - 1
delivery-module-core/delivery-module-core-biz/src/main/java/com/unis/module/coding/controller/admin/zjxx/vo/ZjxxSaveReqVO.java

@@ -6,7 +6,9 @@ import lombok.*;
6 6
 import java.time.LocalDate;
7 7
 import java.util.*;
8 8
 import javax.validation.constraints.*;
9
+
9 10
 import org.springframework.format.annotation.DateTimeFormat;
11
+
10 12
 import java.time.LocalDateTime;
11 13
 
12 14
 @Schema(description = "管理后台 - 质检信息新增/修改 Request VO")
@@ -43,7 +45,7 @@ public class ZjxxSaveReqVO {
43 45
     private Integer sfhg;
44 46
 
45 47
     @Schema(description = "附件多个逗号隔开'',''(INFRA_FILE.ID)")
46
-    private String fileIds;
48
+    private List fileIds;
47 49
 
48 50
     @Schema(description = "创建者")
49 51
     private String creator;