|
|
@ -13,6 +13,7 @@ import com.digiwin.athena.app.infra.entity.CpsQuestionInfo; |
|
|
|
import com.digiwin.athena.app.infra.service.CpsQuestionInfoService; |
|
|
|
import com.digiwin.athena.opt.common.eai.EAIRequest; |
|
|
|
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import java.util.List; |
|
|
@ -24,6 +25,7 @@ import java.util.Map; |
|
|
|
* @author DONGSK 2023/6/30 19:57 |
|
|
|
* @since 1.0.0 |
|
|
|
*/ |
|
|
|
@Service |
|
|
|
public class CpsQuestionUpdateService extends AbsEAIService { |
|
|
|
|
|
|
|
@Resource |
|
|
|