huliguo
2025-06-05 0a492b64ca1a4e40cc9ea56eddd1afe2c09a12b3
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.AccountDetail;
import com.ruoyi.system.domain.Agreement;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface AccountDetailMapper extends BaseMapper<AccountDetail> {
}