chenrui
6 天以前 4398a57a5d01d5dd4331f8a04f29f5fd9229a737
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> {
}