maven
2 天以前 5da5bf5cb70a889645e156eff869ff276c5a573b
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> {
}