public class Test{
private Integer num1;
}我如何使用validator的注解去验证num1大于num2呢?
收起
上面第二个属性写错了,应该是num2
报告相同问题?