liuxm
2024-05-21 a55b77017e8763d0fe044a30b39f37dc9ebb9dbb
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java
@@ -9,7 +9,7 @@
@SpringBootApplication
@EnableAspectJAutoProxy
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsPlatform"})
@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoPlt"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsPlatformApplication {
    public static void main(String[] args) {