package com.ruoyi.business.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.business.entity.DuePayable; import org.mapstruct.Mapper; /** * @author buhuazhen * @description 针对表【due_payable(应付款表)】的数据库操作Mapper * @createDate 2025-08-26 16:12:56 * @Entity generator.domain.DuePayable */ public interface DuePayableMapper extends BaseMapper { }