Commit e3b4ca4a authored by wei's avatar wei 🎱

模型增加逻辑删除,案卷去掉生命周期和版本

parent 68c67d8d
......@@ -12,14 +12,15 @@ import com.yonde.dex.version.plugin.feign.BaseVersionFeign;
import org.springframework.web.bind.annotation.*;
import com.yonde.dex.version.plugin.common.entity.DxIterationVOHolder;
import com.yonde.dex.context.plugin.feign.ContextPluginFeign;
import com.yonde.dex.logicdelete.plugin.feign.LogicDeleteFeign;
/**
* @description: ExtBorrowingForm-Feign
* @author: dexadmin
* @version: V
* @date: 2024-10-29 10:30:50
* @date: 2024-10-31 14:17:35
**/
public interface ExtBorrowingFormServiceFeignShadow<V extends ExtBorrowingFormVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseLifecycleManageFeign<V> ,BaseFeign<V> ,BaseVersionFeign<V> ,SecretCodeFeign<V> {
public interface ExtBorrowingFormServiceFeignShadow<V extends ExtBorrowingFormVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseLifecycleManageFeign<V> ,BaseFeign<V> ,LogicDeleteFeign<V> ,BaseVersionFeign<V> ,SecretCodeFeign<V> {
String BEAN_NAME = "extBorrowingFormServiceFeign";
......
......@@ -4,22 +4,19 @@ import com.inet.dcs.document.common.vo.ExtFilesVO;
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;
import com.yonde.dex.container.folder.plugin.feign.DxObjFolderPluginFeign;
import com.yonde.dex.version.plugin.feign.BaseVersionFeign;
import org.springframework.web.bind.annotation.*;
import com.yonde.dex.version.plugin.common.entity.DxIterationVOHolder;
import com.yonde.dex.context.plugin.feign.ContextPluginFeign;
import com.yonde.dex.logicdelete.plugin.feign.LogicDeleteFeign;
/**
* @description: ExtFiles-Feign
* @author: dexadmin
* @version: V
* @date: 2024-10-29 10:30:49
* @date: 2024-10-31 14:17:34
**/
public interface ExtFilesServiceFeignShadow<V extends ExtFilesVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseLifecycleManageFeign<V> ,BaseFeign<V> ,BaseVersionFeign<V> ,SecretCodeFeign<V> {
public interface ExtFilesServiceFeignShadow<V extends ExtFilesVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseFeign<V> ,LogicDeleteFeign<V> ,SecretCodeFeign<V> {
String BEAN_NAME = "extFilesServiceFeign";
......
......@@ -12,14 +12,15 @@ import com.yonde.dex.version.plugin.feign.BaseVersionFeign;
import org.springframework.web.bind.annotation.*;
import com.yonde.dex.version.plugin.common.entity.DxIterationVOHolder;
import com.yonde.dex.context.plugin.feign.ContextPluginFeign;
import com.yonde.dex.logicdelete.plugin.feign.LogicDeleteFeign;
/**
* @description: ExtTransferDocument-Feign
* @author: dexadmin
* @version: V
* @date: 2024-10-29 10:30:50
* @date: 2024-10-31 14:17:35
**/
public interface ExtTransferDocumentServiceFeignShadow<V extends ExtTransferDocumentVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseLifecycleManageFeign<V> ,BaseFeign<V> ,BaseVersionFeign<V> ,SecretCodeFeign<V> {
public interface ExtTransferDocumentServiceFeignShadow<V extends ExtTransferDocumentVO> extends ContextPluginFeign<V> ,DxObjFolderPluginFeign<V> ,BaseLifecycleManageFeign<V> ,BaseFeign<V> ,LogicDeleteFeign<V> ,BaseVersionFeign<V> ,SecretCodeFeign<V> {
String BEAN_NAME = "extTransferDocumentServiceFeign";
......
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