Ver Fonte

肖蟾的改动。

lighter há 4 anos atrás
pai
commit
324c7f69d7

+ 0 - 2
src/main/java/thyyxxk/webserver/WebServerApplication.java

@@ -1,6 +1,5 @@
 package thyyxxk.webserver;
 
-import org.mybatis.spring.annotation.MapperScan;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.boot.context.properties.EnableConfigurationProperties;
@@ -11,7 +10,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
 @EnableTransactionManagement
 @EnableScheduling
 @EnableConfigurationProperties
-
 public class WebServerApplication {
 
     public static void main(String[] args) {

+ 0 - 3
src/main/java/thyyxxk/webserver/service/datamodify/ZyDetailChargeService.java

@@ -1,8 +1,5 @@
 package thyyxxk.webserver.service.datamodify;
 
-
-import com.github.pagehelper.PageHelper;
-import com.github.pagehelper.PageInfo;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.stereotype.Service;
 import thyyxxk.webserver.config.exception.ExceptionEnum;