Commit e4ea24bc by zhangxingmin

push

parent c7f1c7f6
...@@ -88,13 +88,13 @@ public class ApiPremiumRemittanceDto { ...@@ -88,13 +88,13 @@ public class ApiPremiumRemittanceDto {
/** /**
* 支付凭证列表 * 支付凭证列表
*/ */
@NotEmpty(message = "支付凭证列表不能为空") // @NotEmpty(message = "支付凭证列表不能为空")
private List<ApiPremiumRemittanceFileDto> paymentVoucherDtoList; private List<ApiPremiumRemittanceFileDto> paymentVoucherDtoList;
/** /**
* 账户证明列表 * 账户证明列表
*/ */
@NotEmpty(message = "账户证明列表不能为空") // @NotEmpty(message = "账户证明列表不能为空")
private List<ApiPremiumRemittanceFileDto> accountVerificationDtoList; private List<ApiPremiumRemittanceFileDto> accountVerificationDtoList;
/** /**
......
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