New file |
| | |
| | | package com.supersavedriving.user.modular.system.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.supersavedriving.user.modular.system.dao.CompanyFundFlowMapper; |
| | | import com.supersavedriving.user.modular.system.model.CompanyFundFlow; |
| | | import com.supersavedriving.user.modular.system.service.ICompanyFundFlowService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * @author zhibing.pu |
| | | * @Date 2023/7/30 3:10 |
| | | */ |
| | | @Service |
| | | public class CompanyFundFlowServiceImpl extends ServiceImpl<CompanyFundFlowMapper, CompanyFundFlow> implements ICompanyFundFlowService { |
| | | } |