|
@@ -2,19 +2,9 @@ package com.ydtech.modules.protocols.service.impl;
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.ydtech.modules.protocols.dao.PtlAgreementProductCostsAttrLinkMapper;
|
|
import com.ydtech.modules.protocols.dao.PtlAgreementProductCostsAttrLinkMapper;
|
|
|
-import com.ydtech.modules.protocols.dao.PtlAgreementProductCostsNewMapper;
|
|
|
|
|
import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsAttrLink;
|
|
import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsAttrLink;
|
|
|
-import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsNew;
|
|
|
|
|
-import com.ydtech.modules.protocols.entity.vo.AgreementProductCosts;
|
|
|
|
|
import com.ydtech.modules.protocols.service.PtlAgreementProductCostsAttrLinkService;
|
|
import com.ydtech.modules.protocols.service.PtlAgreementProductCostsAttrLinkService;
|
|
|
-import com.ydtech.modules.protocols.service.PtlAgreementProductCostsNewService;
|
|
|
|
|
-import com.ydtech.utils.idgen.IdGenerate;
|
|
|
|
|
-import org.springframework.beans.BeanUtils;
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
-
|
|
|
|
|
-import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @description 协议承保规则属性 service实现类
|
|
* @description 协议承保规则属性 service实现类
|
|
@@ -22,7 +12,8 @@ import java.util.List;
|
|
|
* @Entity com.ydtech.modules.protocol.entity.po.PtlAgreementUndwrtRulesAttrMapper
|
|
* @Entity com.ydtech.modules.protocol.entity.po.PtlAgreementUndwrtRulesAttrMapper
|
|
|
*/
|
|
*/
|
|
|
@Service
|
|
@Service
|
|
|
-public class PtlAgreementProductCostsAttrLinkServiceImpl extends ServiceImpl<PtlAgreementProductCostsAttrLinkMapper, PtlAgreementProductCostsAttrLink>
|
|
|
|
|
|
|
+public class PtlAgreementProductCostsAttrLinkServiceImpl extends ServiceImpl<PtlAgreementProductCostsAttrLinkMapper,
|
|
|
|
|
+ PtlAgreementProductCostsAttrLink>
|
|
|
implements PtlAgreementProductCostsAttrLinkService {
|
|
implements PtlAgreementProductCostsAttrLinkService {
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+}
|