소스 검색

add ComponentTypeName Attributes

xiewenjie 4 년 전
부모
커밋
215eecadf4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sxz-core/src/main/java/com/fdkk/sxz/webApi/service/custom/impl/CustomProductServiceImpl.java

+ 1 - 0
sxz-core/src/main/java/com/fdkk/sxz/webApi/service/custom/impl/CustomProductServiceImpl.java

@@ -50,6 +50,7 @@ public class CustomProductServiceImpl extends BaseServiceImpl<ICustomProductMapp
     @Autowired
     private ICustomComponentService customComponentService;
 
+    @Autowired
     private ICustomComponentClassifyService componentClassifyService;