1.技术监督附件上传调整

This commit is contained in:
wr
2023-09-15 15:00:44 +08:00
parent 4e76669d4e
commit a169e7db19
8 changed files with 74 additions and 27 deletions

View File

@@ -3,6 +3,7 @@ package com.njcn.process.pojo.param;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.NotNull;
import java.util.List;
/**
@@ -19,8 +20,11 @@ public class SupvFileParam {
@ApiModelProperty(value = "业务id集合")
private List<String> ids;
@ApiModelProperty(value = "0.计划 1.问题")
@NotNull(message = "选择类型不能为空")
private Integer type;
@ApiModelProperty(value = "区分类型")
private String attachmentType;