package com.yb.dao; import com.yb.entity.THistoryEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; /** * ${comments} * * @author yw * @email leutu@qq.com * @date 2024-09-14 16:35:15 */ @Mapper public interface THistoryDao extends BaseMapper { }