1
zj
2024-07-26 ffd6930343008031dd8c663a5503d7e90c0cecf5
1
2
3
4
5
6
7
8
9
package com.nq.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.nq.pojo.RechargeAddress;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface RechargeAddressMapper extends BaseMapper<RechargeAddress> {
}