sunshine
2024-11-05 1bd51ea22b75760704843d9bed886a7262bb1cb1
1
2
3
4
5
6
7
8
9
10
11
package com.nova.sankuai.infra.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.nova.sankuai.domain.entity.AlipayExcessTextmsgReceiver;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component;
 
@Mapper
@Component
public interface AlipayExcessTextmsgReceiverMapper extends BaseMapper<AlipayExcessTextmsgReceiver> {
}