oms入库存入库存

This commit is contained in:
zhou-hongcheng
2026-04-23 14:22:48 +08:00
parent b5bc44a619
commit 6bdbaa0fda
4 changed files with 37 additions and 6 deletions
@@ -6,12 +6,17 @@ import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@EnableRyFeignClients
@EnableDiscoveryClient
@MapperScan("com.mhd.wms.domain.**.mapper")
@EnableMethodCache(basePackages = "com.mhd.platform.domain.**.cache")
@ComponentScan(basePackages = {
"com.mhd.wms",
"com.mhd.system.api.factory"
})
public class MhdWmsApplication {
public static void main(String[] args) {