|
@@ -2,6 +2,7 @@ package com.unis.module.coding.controller.admin.kqxx.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;
|
|
@@ -56,7 +57,7 @@ public class KqxxSaveReqVO {
|
56
|
57
|
private Integer wtbgckj;
|
57
|
58
|
|
58
|
59
|
@Schema(description = "上传库区图id", example = "20479")
|
59
|
|
- private String resid;
|
|
60
|
+ private List resid;
|
60
|
61
|
|
61
|
62
|
@Schema(description = "上报状态 0、未上报 1、已上报")
|
62
|
63
|
private Integer sbzt;
|