运营商切换提现方式

This commit is contained in:
Guoqs
2025-03-06 14:36:42 +08:00
parent 144732da3a
commit 76a32f79ee
6 changed files with 106 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
package com.jsowell.pile.dto;
import com.jsowell.pile.vo.web.MerchantWithdrawalTypeVO;
public class MerchantWithdrawalTypeDTO extends MerchantWithdrawalTypeVO {
}