package org.jeecg.modules.arj.mapper; import org.jeecg.modules.arj.entity.Bianxk; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *

* 边线库 前端控制器 *

* * @author hyy * @since 2023-02-20 */ @Mapper public interface BianxkMapper extends BaseMapper{ }