Commit b4c75595 authored by 侯彦文's avatar 侯彦文

项目增加附件

parent d907b9f6
...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder; ...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder;
* @version: V * @version: V
* @date: 2024-10-22 13:49:43 * @date: 2024-10-22 13:49:43
**/ **/
public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand> extends DxObjFileLinkVOHolder, DxSecretVOHolder { public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand>{
DxContextProjectVOExpand<V> getDxContextProjectExpand(); DxContextProjectVOExpand<V> getDxContextProjectExpand();
......
package com.yonde.dex.basic.feign.expand.shadow; package com.yonde.dex.basic.feign.expand.shadow;
import com.yonde.dex.context.common.vo.DxContextProjectVO; import com.yonde.dex.context.common.vo.DxContextProjectVO;
import com.yonde.dex.secretcode.plugin.feign.SecretCodeFeign;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
...@@ -13,7 +14,7 @@ import com.yonde.dex.context.feign.ContextServiceFeign; ...@@ -13,7 +14,7 @@ import com.yonde.dex.context.feign.ContextServiceFeign;
* @version: V * @version: V
* @date: 2024-10-22 13:49:43 * @date: 2024-10-22 13:49:43
**/ **/
public interface ExtDxContextProjectServiceFeignShadow<V extends DxContextProjectVO> extends ContextServiceFeign<V> ,ContextProjectServiceFeign<V> { public interface ExtDxContextProjectServiceFeignShadow<V extends DxContextProjectVO> extends ContextServiceFeign<V> ,ContextProjectServiceFeign<V>, SecretCodeFeign<V> {
String BEAN_NAME = "contextProjectServiceFeign"; String BEAN_NAME = "contextProjectServiceFeign";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment