fix 74180 来款管理端--工作组--成员信息列表--标签名称过长--导入失败没有明确提示
This commit is contained in:
+1
@@ -578,5 +578,6 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
|
||||
@Excel(name = "标签名称", width = 15)
|
||||
@ApiModelProperty(value = "标签")
|
||||
@Size(max = 32,message = "标签名称长度不能大于50个字符")
|
||||
private String label;
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.Size;
|
||||
|
||||
/**
|
||||
* @author liJiaRao
|
||||
@@ -16,5 +17,6 @@ public class SetLabelVO {
|
||||
private String subIds;
|
||||
|
||||
@ApiModelProperty(value = "标签")
|
||||
@Size(max = 32,message = "标签长度不能大于50个字符")
|
||||
private String label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user