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