Fancy
2024-07-11 788c3621c4a72539f68093440f6e9ac71775a14b
pms-parent/pms-web-product/src/main/java/com/dy/pmsProduct/PmsProductApplication.java
@@ -9,7 +9,7 @@
@SpringBootApplication
@EnableAspectJAutoProxy
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsProduct"})
@MapperScan(basePackages={"com.dy.pmsGlobal.daoPr"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsProductApplication {
    public static void main(String[] args) {