chenhj
2025-05-15 ffd0d1fde083d3094363c67e1236a2b3d6736e1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.purchase.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.purchase.pojo.InvoicePurchase;
 
/**
 * 发票信息Mapper接口
 *
 * @author ruoyi
 * @date 2025-05-14
 */
public interface InvoicePurchaseMapper extends BaseMapper<InvoicePurchase> {
}