|
@@ -7,12 +7,14 @@ import com.persagy.apm.energy.report.saasweb.model.dto.QueryProjectDTO;
|
|
|
import com.persagy.apm.energy.report.saasweb.model.vo.PoemsProjectVO;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Api(value = "公共service实现类")
|
|
|
+@Service
|
|
|
public class CommonServiceImpl implements CommonService {
|
|
|
|
|
|
@Autowired
|