package com.hxzk.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.hxzk.pojo.TbZypLifting; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import java.util.List; /** *
* 航锦化工吊装安全作业证 Mapper 接口 *
* * @author wangfei * @since 2024-04-23 */ public interface TbZypLiftingMapper extends BaseMapper