1.技术监督附件上传调整
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user