双重预防项目-国泰新华二开定制版
16639036659
2022-09-05 1d59b1ab2e678f23de72c2c60be3cd80be58bfc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.doublePrevention.service.baseService.impl;
 
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
import com.ruoyi.doublePrevention.repository.PreventRiskControlMeasureRepository;
import com.ruoyi.doublePrevention.service.baseService.PreventRiskControlMeasureService;
import org.springframework.stereotype.Service;
 
import java.util.List;
 
@Service("PreventRiskControlMeasureService")
public class PreventRiskControlMeasureServiceImpl implements PreventRiskControlMeasureService {
}