李白
2026-05-29 c865989f10e5a1ae4bb78831a879210fcdca2f83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
package com.by4cloud.platformx.business.invoice.mapper;
 
import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper;
import com.by4cloud.platformx.business.entity.invoice.BipInvoice;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * bip对应单据表
 *
 * @author zzl
 * @date 2024-09-05 17:59:36
 */
@Mapper
public interface BipInvoiceMapper extends PlatformxBaseMapper<BipInvoice> {
 
}