修改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

@@ -5,7 +5,7 @@ import javax.servlet.http.HttpServletResponse;
import com.jsowell.common.util.poi.ExcelUtil;
import com.jsowell.pile.domain.ThirdPartyPlatformConfig;
import com.jsowell.pile.service.IThirdPartyPlatformConfigService;
import com.jsowell.pile.service.ThirdPartyPlatformConfigService;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
@@ -32,7 +32,7 @@ import com.jsowell.common.core.page.TableDataInfo;
@RequestMapping("/thirdParty/thirdPartyConfig")
public class ThirdPartyPlatformConfigController extends BaseController {
@Autowired
private IThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
private ThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
/**
* 查询对接平台配置信息列表

View File

@@ -18,7 +18,7 @@ import com.jsowell.common.core.controller.BaseController;
import com.jsowell.common.core.domain.AjaxResult;
import com.jsowell.common.enums.BusinessType;
import com.jsowell.pile.domain.ThirdPartySettingInfo;
import com.jsowell.pile.service.IThirdPartySettingInfoService;
import com.jsowell.pile.service.ThirdPartySettingInfoService;
import com.jsowell.common.util.poi.ExcelUtil;
import com.jsowell.common.core.page.TableDataInfo;
@@ -32,7 +32,7 @@ import com.jsowell.common.core.page.TableDataInfo;
@RequestMapping("/thirdParty/thirdPartySetting")
public class ThirdPartySettingInfoController extends BaseController {
@Autowired
private IThirdPartySettingInfoService thirdPartySettingInfoService;
private ThirdPartySettingInfoService thirdPartySettingInfoService;
/**
* 查询第三方平台配置列表

View File

@@ -9,7 +9,6 @@ import com.jsowell.common.response.RestApiResponse;
import com.jsowell.common.util.JWTUtils;
import com.jsowell.common.util.StringUtils;
import com.jsowell.pile.dto.*;
import com.jsowell.pile.service.IThirdPartyPlatformConfigService;
import com.jsowell.thirdparty.lianlian.common.CommonResult;
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
import com.jsowell.thirdparty.lianlian.service.LianLianService;

View File

@@ -11,7 +11,6 @@ import com.jsowell.common.util.StringUtils;
import com.jsowell.pile.dto.PushInfoParamDTO;
import com.jsowell.pile.dto.PushStationInfoDTO;
import com.jsowell.pile.dto.QueryStationInfoDTO;
import com.jsowell.pile.service.IThirdPartyPlatformConfigService;
import com.jsowell.thirdparty.lianlian.common.CommonResult;
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
import com.jsowell.thirdparty.lianlian.service.LianLianService;