package com.ydtech.modules.fnc.dao; import com.ydtech.modules.fnc.entity.InsPlyIncome; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ydtech.modules.fnc.entity.InsPlySettleDetail; import com.ydtech.modules.fnc.vo.InsPlyIncomeVo; import com.ydtech.modules.fnc.vo.InsPlySettleVo; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; import java.util.List; /** *
* 保司结算手续费 Mapper 接口 *
* * @author gws * @since 2024-01-05 */ @Mapper public interface InsPlyIncomeMapper extends BaseMapper