This commit is contained in:
Lemon
2025-03-06 15:46:07 +08:00
11 changed files with 118 additions and 19 deletions

View File

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