package com.ydtech.modules.fnc.dao; import com.ydtech.modules.fnc.entity.InsFeeAudit; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *

* Mapper 接口 *

* * @author gws * @since 2023-11-22 */ @Mapper public interface InsFeeAuditMapper extends BaseMapper { }