sunshine
2024-11-05 00b4581009af28098da4286a8ef9f4d72c7c5728
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.AlipayExcessTextmsgSendRecord;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component;
 
@Mapper
@Component
public interface AlipayExcessTextmsgSendRecordMapper extends BaseMapper<AlipayExcessTextmsgSendRecord> {
}