Browse Source

data_stas

dev_shibei_match
yinzuomei 5 years ago
parent
commit
ff800b044c
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/IndexCalculateServiceImpl.java

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/IndexCalculateServiceImpl.java

@ -2,10 +2,12 @@ package com.epmet.service.screen.impl;
import com.epmet.dto.screen.form.IndexCalculateForm;
import com.epmet.service.screen.IndexCalculateService;
import org.springframework.stereotype.Service;
/**
* @author liujianjun
*/
@Service
public class IndexCalculateServiceImpl implements IndexCalculateService {
@Override
public void cpcIndexCalculate(IndexCalculateForm formDTO) {

Loading…
Cancel
Save