修改service名称

This commit is contained in:
2024-01-06 15:20:28 +08:00
parent d685d12723
commit 0f5c18d4d3
121 changed files with 359 additions and 412 deletions

View File

@@ -11,7 +11,7 @@ import com.jsowell.common.util.DateUtils;
import com.jsowell.common.util.StringUtils;
import com.jsowell.pile.domain.ThirdPartyStationRelation;
import com.jsowell.pile.dto.*;
import com.jsowell.pile.service.IThirdPartyStationRelationService;
import com.jsowell.pile.service.ThirdPartyStationRelationService;
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.lianlian.util.Cryptos;
@@ -48,7 +48,7 @@ public class YCBCServiceImpl implements YCBCService {
private LianLianService lianLianService;
@Autowired
private IThirdPartyStationRelationService relationService;
private ThirdPartyStationRelationService relationService;
@Autowired
private RedisCache redisCache;