This commit is contained in:
dute7liang
2023-12-24 15:48:49 +08:00
parent 8c897acfda
commit 7b51bda039
28 changed files with 751 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
package com.ruoyi.cai.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.cai.domain.CaiWithdrawExchange;
/**
* 提现 - 兑换配置Mapper接口
*
* @author 77
* @date 2023-12-24
*/
public interface CaiWithdrawExchangeMapper extends BaseMapper<CaiWithdrawExchange> {
}