zjj
2024-11-18 3487d99558b84e6d5e178b24eb75474f9c22eb51
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 {