Commit 793d34cd authored by 332784038@qq.com's avatar 332784038@qq.com Committed by wux

新汇率业务查询参数bug修复

parent 8cfc9ee6
...@@ -22,7 +22,7 @@ public class CurrencyRateQueryParamVO extends PageParam { ...@@ -22,7 +22,7 @@ public class CurrencyRateQueryParamVO extends PageParam {
private Long targetId; private Long targetId;
@ApiModelProperty(value = "国家(最多五个)") @ApiModelProperty(value = "国家(最多五个)")
@Length(max = 5) // @Length(max = 5)
private Set<Long> countries; private Set<Long> countries;
@ApiModelProperty(value = "状态") @ApiModelProperty(value = "状态")
......
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