chenhj
2025-05-16 e062e6b76fb7870aeb4faeafab2cb73daed52f07
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> {
}