|
|
@@ -17,10 +17,7 @@ import lombok.NoArgsConstructor;
|
|
|
@Data
|
|
|
@AllArgsConstructor
|
|
|
@NoArgsConstructor
|
|
|
-public class ShopProcessWithdrawParam {
|
|
|
- @Schema(description = "商户oid")
|
|
|
- @NotEmpty(message = "商户oid不能为空")
|
|
|
- private String shopId;
|
|
|
+public class ShopProcessWithdrawParam extends ShopIdParam {
|
|
|
|
|
|
@Schema(description = "提现金额,单位分")
|
|
|
@Min(value = 1, message = "提现金额必须大于等于1")
|