|
@@ -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;
|