fix:账户列表、密码更新接口
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.cool.store.dao.wallet;
|
||||
|
||||
import com.cool.store.mapper.wallet.WalletLargePaymentMapper;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 钱包大额支付DAO
|
||||
* </p>
|
||||
*
|
||||
* @author wangff
|
||||
* @since 2025/11/18
|
||||
*/
|
||||
@Repository
|
||||
@RequiredArgsConstructor
|
||||
public class WalletLargePaymentDAO {
|
||||
private final WalletLargePaymentMapper walletLargePaymentMapper;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user