zyx
2024-07-23 7617f61de4a39a8dfc5ad02e954292d73a7aa4dc
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/WcsBoot.java
@@ -5,7 +5,7 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@MapperScan("com.zy.**.mapper")
@MapperScan("com.zy.asrs.wcs.**.mapper")
@EnableScheduling
@SpringBootApplication
public class WcsBoot {