huliguo
2025-05-20 52f8ee23f99bb39fee50d33ff35884c13f86be0b
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.errand.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.errand.domain.Agreement;
import com.ruoyi.errand.domain.UserCancellationLog;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface UserCancellationLogMapper extends BaseMapper<UserCancellationLog> {
}