李白
2026-05-29 c865989f10e5a1ae4bb78831a879210fcdca2f83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
package com.by4cloud.platformx.business.invoice.mapper;
 
 
import com.by4cloud.platformx.business.entity.invoice.InvoiceResultItem;
import org.apache.ibatis.annotations.Mapper;
import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper;
 
 
/**
 * 开具发票返回值明细行
 *
 * @author kdq
 * @date 2024-11-28 15:35:41
 */
@Mapper
public interface FpInvoiceResultItemMapper extends PlatformxBaseMapper<InvoiceResultItem> {
 
}