package com.example.jz.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.example.jz.modle.entity.Case; /** * (Case)表数据库访问层 * * @author makejava * @since 2022-07-11 16:35:56 */ public interface CaseDao extends BaseMapper { }