maven
3 天以前 0ce689b428cf9ceb58972db2bdd42a1a176f8f20
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> {
}