chenrui
3 天以前 3e03f3d957c44ff2e4909b9fb4fff8621d466d10
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> {
}