Fancy
2024-10-15 051414acd3a8c3e761d1010b14014d6b9bddd7fb
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) {