package com.zbooksoft.gdmis.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.zbooksoft.gdmis.data.entity.CatTfxx; /** * @Description 实物图幅接口 * @Author zhai * @Date 2024/7/31 **/ public interface CatTfxxMapper extends BaseMapper { }