Commit 003f75ad authored by wangqiang's avatar wangqiang

季报启动流程

parent 006b4d0c
package com.yonde.dcs.plan.feign;
import com.yonde.dcs.plan.common.vo.ExtQuarterlyReportVO;
import com.yonde.dcs.plan.feign.shadow.ExtQuarterlyReportServiceFeignShadow;
import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;
import com.yonde.dcs.plan.feign.shadow.ExtQuarterlyReportServiceFeignShadow;
/**
* @description: ExtQuarterlyReport-Feign
* @author: dexadmin
* @version: V
* @date: 2024-11-5 10:16:11
* @date: 2024-11-13 11:42:23
**/
@Api(tags = "ExtQuarterlyReport-FEIGN")
@FeignClient(value = "${dcs.feign.INET-PLAN}", path = "/ExtQuarterlyReport")
......
package com.yonde.dcs.plan.feign.shadow;
import com.yonde.dcs.plan.common.vo.ExtQuarterlyReportVO;
import com.yonde.dex.dao.service.remotes.BaseFeign;
import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;
import com.yonde.dex.lcycle.plugin.feign.BaseLifecycleManageFeign;
import com.yonde.dex.dao.service.remotes.BaseFeign;
import com.yonde.dex.secretcode.plugin.feign.SecretCodeFeign;
/**
* @description: ExtQuarterlyReport-Feign
* @author: dexadmin
* @version: V
* @date: 2024-11-5 10:16:11
* @date: 2024-11-13 11:42:23
**/
public interface ExtQuarterlyReportServiceFeignShadow<V extends ExtQuarterlyReportVO> extends BaseLifecycleManageFeign<V> ,BaseFeign<V> ,SecretCodeFeign<V> {
......
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