wallet - 充值套餐 管理端

This commit is contained in:
jason 2023-10-13 10:46:10 +08:00
parent 8cd7941fc3
commit e06f61ef39
3 changed files with 0 additions and 11 deletions

View File

@ -7,9 +7,6 @@ import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers;
/**
* @author jason
*/
@Mapper
public interface PayTransferConvert {

View File

@ -6,9 +6,6 @@ import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers;
/**
* @author jason
*/
@Mapper
public interface PayWalletRechargeConvert {

View File

@ -11,11 +11,6 @@ import cn.iocoder.yudao.module.pay.dal.dataobject.wallet.PayWalletRechargePackag
import org.mapstruct.Mapper;
import org.mapstruct.factory.Mappers;
/**
* 套餐充值 Convert
*
* @author 芋道源码
*/
@Mapper
public interface WalletRechargePackageConvert {