2025-06-19 16:47:43 +08:00
|
|
|
package com.engine.seclinktel.service;
|
|
|
|
|
|
2025-06-20 17:49:20 +08:00
|
|
|
import com.engine.seclinktel.entity.QuantitativeData;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
2025-06-19 16:47:43 +08:00
|
|
|
/**
|
|
|
|
|
* @Author liang.cheng
|
|
|
|
|
* @Date 2025/6/19 11:12
|
|
|
|
|
* @Description: TODO
|
|
|
|
|
* @Version 1.0
|
|
|
|
|
*/
|
|
|
|
|
public interface PerformanceWorkflowService {
|
2025-06-20 17:49:20 +08:00
|
|
|
|
|
|
|
|
QuantitativeData buildDetailData(QuantitativeData quantitativeData);
|
2025-06-19 16:47:43 +08:00
|
|
|
}
|