marseyes 2 年 前
コミット
a9b40d6610
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/main/java/com/oqpo/api/web/dto/request/loanmng/EasypayPaymentCreateRequest.java

+ 0 - 1
src/main/java/com/oqpo/api/web/dto/request/loanmng/EasypayPaymentCreateRequest.java

@@ -15,7 +15,6 @@ public class EasypayPaymentCreateRequest {
15 15
     @NotEmpty
16 16
     private String storeId;
17 17
     @ApiModelProperty(value = "결제금액")
18
-    @NotEmpty
19 18
     private Long goodsAmt;
20 19
 
21 20
 }