Fancy
2025-01-14 057d4df78bcc5b34ca7c6897918946c4a9e65d18
pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java
@@ -9,7 +9,7 @@
@SpringBootApplication
@EnableAspectJAutoProxy
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsOther"})
@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoOth"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsOtherApplication {
    public static void main(String[] args) {