Commit ef7fd77d authored by 332784038@qq.com's avatar 332784038@qq.com

参数校验调整

parent 77dc788f
......@@ -12,7 +12,6 @@ import javax.validation.constraints.*;
public class BatchOrderFeeApplyBaseVO {
@ApiModelProperty(value = "编号", required = true)
@NotNull(message = "编号不能为空")
private String no;
@ApiModelProperty(value = "申请详情", required = true)
......
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