在spring-mvc-servlet.xml中增加如下配置: ... @Min(field = "價格", value = 1) private int price; @NotNull private List<PayType> payTypeList; ...
確定! 回上一頁