package com.ydtech.modules.order.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ydtech.modules.order.entity.po.InsCompanyClauseQuoteInfoMap; import com.ydtech.modules.order.entity.po.InsCompanyClauseReplace; public interface InsCompanyClauseReplaceMapper extends BaseMapper { }