Pu Zhibing
8 天以前 eaa61bc9ecd9158f192f9999845cb2f05e6970fb
1
2
3
4
5
6
7
8
9
10
11
package com.supersavedriving.driver.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.supersavedriving.driver.modular.system.model.CompanyFundFlow;
 
/**
 * @author zhibing.pu
 * @Date 2023/7/30 3:09
 */
public interface ICompanyFundFlowService extends IService<CompanyFundFlow> {
}