|
|
@ -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) { |
|
|
|