|
@ -9,6 +9,8 @@ import com.digiwin.athena.app.ptc.infra.repository.CollectionDetailRepository; |
|
|
import com.digiwin.athena.opt.common.eai.EAIRequest; |
|
|
import com.digiwin.athena.opt.common.eai.EAIRequest; |
|
|
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; |
|
|
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; |
|
|
import com.digiwin.athena.opt.common.security.SecurityUtil; |
|
|
import com.digiwin.athena.opt.common.security.SecurityUtil; |
|
|
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
import javax.annotation.Resource; |
|
|
import java.util.List; |
|
|
import java.util.List; |
|
@ -18,6 +20,8 @@ import java.util.Map; |
|
|
* @auther: zhenggl |
|
|
* @auther: zhenggl |
|
|
* @date: 2023/9/13 |
|
|
* @date: 2023/9/13 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@Service |
|
|
|
|
|
@Log4j2 |
|
|
public class ReceivablesTaskDeleteEAIService extends AbsEAIService { |
|
|
public class ReceivablesTaskDeleteEAIService extends AbsEAIService { |
|
|
|
|
|
|
|
|
@Resource |
|
|
@Resource |
|
|