maven
4 天以前 7a98433ec5be6fe652e9100d1742cd382dcd3927
1
2
3
4
5
6
7
8
package com.ruoyi.sales.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.sales.pojo.InvoiceLedger;
import com.ruoyi.sales.pojo.InvoiceLedgerFile;
 
public interface InvoiceLedgerFileMapper extends BaseMapper<InvoiceLedgerFile> {
}