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