package com.by4cloud.platformx.business.invoice.mapper; import com.by4cloud.platformx.business.entity.invoice.InvoiceResult; import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 开具发票返回值 * * @author kdq * @date 2024-11-05 18:44:09 */ @Mapper public interface FpInvoiceResultMapper extends PlatformxBaseMapper { }