fei.wang
10 天以前 e15f561a1f9eddfde503d59baf45a860b131928e
src/main/java/com/flow/mapper/InvoicesjiluMapper.java
对比新文件
@@ -0,0 +1,12 @@
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.flow.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.flow.pojo.Invoicesjilu;
public interface InvoicesjiluMapper extends BaseMapper<Invoicesjilu> {
}