package com.landtool.lanbase.modules.res.dao; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_BusinessTheme; @Mapper public interface Res_BusinessThemeMapper { int insert(Res_BusinessTheme record); int insertSelective(Res_BusinessTheme record); }