diff --git a/muyu-auth/pom.xml b/muyu-auth/pom.xml index a8ddedc..7b921d8 100644 --- a/muyu-auth/pom.xml +++ b/muyu-auth/pom.xml @@ -16,6 +16,11 @@ + + org.springframework.cloud + spring-cloud-starter-sleuth + + com.alibaba.cloud diff --git a/muyu-gateway/pom.xml b/muyu-gateway/pom.xml index 2d3ed58..dd06a17 100644 --- a/muyu-gateway/pom.xml +++ b/muyu-gateway/pom.xml @@ -16,6 +16,11 @@ + + org.springframework.cloud + spring-cloud-starter-sleuth + + org.springframework.cloud diff --git a/muyu-modules/muyu-etl/muyu-etl-client/pom.xml b/muyu-modules/muyu-etl/muyu-etl-client/pom.xml index 9320cd5..e7a5980 100644 --- a/muyu-modules/muyu-etl/muyu-etl-client/pom.xml +++ b/muyu-modules/muyu-etl/muyu-etl-client/pom.xml @@ -19,6 +19,12 @@ + + + org.springframework.cloud + spring-cloud-starter-sleuth + + com.zx muyu-remote diff --git a/muyu-modules/muyu-etl/muyu-etl-service/pom.xml b/muyu-modules/muyu-etl/muyu-etl-service/pom.xml index 67e4264..f920fe5 100644 --- a/muyu-modules/muyu-etl/muyu-etl-service/pom.xml +++ b/muyu-modules/muyu-etl/muyu-etl-service/pom.xml @@ -19,6 +19,11 @@ + + + org.springframework.cloud + spring-cloud-starter-sleuth + com.zx muyu-etl-common diff --git a/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/BrandReqService.java b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/BrandReqService.java new file mode 100644 index 0000000..37c9dc6 --- /dev/null +++ b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/BrandReqService.java @@ -0,0 +1,33 @@ +package com.muyu.etl.service; + +import com.muyu.common.core.domain.Result; +import com.muyu.etl.domain.req.BrandReq; + +import java.util.List; + +/** + * @ClassDescription: + * @JdkVersion: 17 + * @Author: zhangxu + * @Created: 2024/5/16 20:57 + */ +public interface BrandReqService { + + + List getBrandReqList(BrandReq brandReq); + + List getBrandReqListByDeptId(BrandReq brandReq); + + Result updateBrandReq(BrandReq brandReq); + + Result updateBrandReqList(List brandReqList); + + Result deleteBrandReq(BrandReq brandReq); + + Result deleteBrandReqList(List brandReqList); + + Result insertBrandReq(BrandReq brandReq); + + + +} diff --git a/muyu-modules/muyu-etl/muyu-remote/pom.xml b/muyu-modules/muyu-etl/muyu-remote/pom.xml index a63c519..10692ac 100644 --- a/muyu-modules/muyu-etl/muyu-remote/pom.xml +++ b/muyu-modules/muyu-etl/muyu-remote/pom.xml @@ -19,6 +19,11 @@ + + + org.springframework.cloud + spring-cloud-starter-sleuth + com.zx muyu-etl-common diff --git a/muyu-modules/muyu-file/pom.xml b/muyu-modules/muyu-file/pom.xml index e1de9af..d67f831 100644 --- a/muyu-modules/muyu-file/pom.xml +++ b/muyu-modules/muyu-file/pom.xml @@ -17,6 +17,12 @@ + + + org.springframework.cloud + spring-cloud-starter-sleuth + + com.alibaba.cloud diff --git a/muyu-modules/muyu-gen/pom.xml b/muyu-modules/muyu-gen/pom.xml index bd2a910..9edf757 100644 --- a/muyu-modules/muyu-gen/pom.xml +++ b/muyu-modules/muyu-gen/pom.xml @@ -17,6 +17,11 @@ + + org.springframework.cloud + spring-cloud-starter-sleuth + + com.alibaba.cloud diff --git a/muyu-modules/muyu-job/pom.xml b/muyu-modules/muyu-job/pom.xml index 7ebe99d..aeb599e 100644 --- a/muyu-modules/muyu-job/pom.xml +++ b/muyu-modules/muyu-job/pom.xml @@ -17,6 +17,11 @@ + + org.springframework.cloud + spring-cloud-starter-sleuth + + com.alibaba.cloud