修改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 com.jsowell.common.constant.CacheConstants;
import com.jsowell.common.core.redis.RedisCache;
import com.jsowell.common.util.StringUtils;
import com.jsowell.pile.domain.PileBasicInfo;
import com.jsowell.pile.service.IPileBasicInfoService;
import com.jsowell.pile.service.PileBasicInfoService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
@@ -26,7 +26,7 @@ public class SnUtils {
private RedisCache redisCache;
@Autowired
private IPileBasicInfoService pileBasicInfoService;
private PileBasicInfoService pileBasicInfoService;
private String prefix = "88";