提交修改

This commit is contained in:
quyixiao 2020-08-18 10:24:35 +08:00
parent c3a5272f03
commit c7efd6a049

View File

@ -1,4 +1,12 @@
package com.lz.modules.flow.service.impl; 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> * <p>
* 流转表 服务类 * 流转表 服务类