Fancy
2024-07-11 3636fd29d28b09307a3a78d20bf7a9be5b872adc
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.daoBa", "com.dy.pmsGlobal.daoPr"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsProductApplication {
    public static void main(String[] args) {