wip(wms): 出库报关流程暂时搁置,注释相关代码恢复原出库交接流程

This commit is contained in:
rcx
2026-08-14 16:53:22 +08:00
parent e7e64252e7
commit 39ebcb70ed
4 changed files with 236 additions and 231 deletions
@@ -16,7 +16,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@MapperScan("com.mhd.wms.domain.**.mapper")
@EnableMethodCache(basePackages = "com.mhd.platform.domain.**.cache")
@EnableAsync
@EnableScheduling
//@EnableScheduling
@ComponentScan(basePackages = {
"com.mhd.wms",
"com.mhd.system.api.factory"