|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
package com.supervision.service.impl;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
|
|
import com.supervision.mapper.ProcessMapper;
|
|
|
|
|
import com.supervision.model.Process;
|
|
|
|
|
import com.supervision.service.ProcessService;
|
|
|
|
|
import com.supervision.mapper.ProcessMapper;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
|
|
|
|
|
*/
|
|
|
|
|
@Service
|
|
|
|
|
public class ProcessServiceImpl extends ServiceImpl<ProcessMapper, Process>
|
|
|
|
|
implements ProcessService{
|
|
|
|
|
implements ProcessService {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|