package com.vincent.rsf.server.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.vincent.rsf.server.system.entity.AiCallLog; import com.vincent.rsf.server.system.mapper.AiCallLogMapper; import com.vincent.rsf.server.system.service.AiCallLogService; import org.springframework.stereotype.Service; @Service("aiCallLogService") public class AiCallLogServiceImpl extends ServiceImpl implements AiCallLogService { }