소스 검색

义务中心医院:页面显示调试

rengb 4 년 전
부모
커밋
761693f3af
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      kernel/src/main/java/com/lantone/qc/kernel/KernelApplication.java

+ 2 - 1
kernel/src/main/java/com/lantone/qc/kernel/KernelApplication.java

@@ -22,7 +22,8 @@ import org.springframework.context.annotation.ComponentScan;
         "com.lantone.qc.kernel.analysis",
         "com.lantone.qc.kernel.catalogue.beilun",
         "com.lantone.qc.kernel.catalogue.yiwu",
-        "com.lantone.qc.kernel.catalogue.xiamen"
+        "com.lantone.qc.kernel.catalogue.xiamen",
+        "com.lantone.qc.kernel.catalogue.ywzxyy"
 })
 public class KernelApplication {
     public static void main(String[] args) {