提交修改
This commit is contained in:
parent
c3a5272f03
commit
c7efd6a049
@ -1,4 +1,12 @@
|
||||
package com.lz.modules.flow.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.lz.modules.flow.dao.FlowMapper;
|
||||
import com.lz.modules.flow.entity.Flow;
|
||||
import com.lz.modules.flow.service.FlowService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 流转表 服务类
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user