Commit 9af55af9 by Administrator

Merge branch 'zyq_debug' into 'develop'

Zyq debug

See merge request 8timerv2/8timerapiv200!294
parents f1a248df e4a5bff0
......@@ -69,7 +69,7 @@ public class SpmkCustomApprovalDto {
private Integer assoType;
@NotNull(message = "isAllvisible为空")
@DecimalMax(value = "1",message = "isAllvisible 只能为 0部分可见 1所有可见 2禁用")
@DecimalMax(value = "2",message = "isAllvisible 只能为 0部分可见 1所有可见 2禁用")
@DecimalMin(value = "0",message = "isAllvisible 只能为 0部分可见 1所有可见 2禁用")
@ApiModelProperty(value = "可见范围 0部分可见 1所有可见 2禁用", example = "1")
private Integer isAllvisible;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment