zjj
2025-02-17 a68b7f0d46a830f338217c72c22d7e63d219e5b4
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 {