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

* 翻边测量范围 前端控制器 *

* * @author hyy * @since 2022-11-29 */ @Mapper public interface FanbianClFwMapper extends BaseMapper{ }