Commit 657b1811 authored by wangyangyang's avatar wangyangyang

跟新

parent 80b06444
...@@ -49,21 +49,21 @@ ...@@ -49,21 +49,21 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-secretcode-plugin-common</artifactId> <artifactId>dex-dfs-objfilelink-plugin-common</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-dfs-objfilelink-plugin-common</artifactId> <artifactId>dex-secretcode-plugin-common</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-context-plugin-common</artifactId> <artifactId>dex-context-plugin-common</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.yonde.dcs</groupId>--> <groupId>com.yonde.dcs</groupId>
<!-- <artifactId>dcs-doc-expand-common</artifactId>--> <artifactId>dcs-doc-expand-common</artifactId>
<!-- <version>4.1-20240826-RELEASE</version>--> <version>4.1-20240826-RELEASE</version>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>
......
package com.yonde.dex.basic.common.vo; package com.yonde.dex.basic.common.vo;
import javax.validation.constraints.NotBlank;
import java.util.Date;
import java.time.LocalDateTime;
import java.util.ArrayList;
import cn.hutool.core.convert.Convert;
import com.yonde.dex.basedata.entity.annotation.XmlElementProperty;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import com.yonde.dex.context.common.vo.DxContextVO;
import lombok.ToString;
import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.math.BigInteger;
import org.springframework.data.annotation.Transient;
import lombok.experimental.Delegate;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.XmlAttribute;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.EqualsAndHashCode;
import javax.validation.constraints.NotNull;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.yonde.dex.basedata.entity.annotation.DexEmbedded; import com.yonde.dex.basedata.entity.xmladapters.LocalDateTimeXmlAdapter;
import com.yonde.dex.basedata.entity.vo.DxIdVOEmbeddable; import lombok.Data;
import com.yonde.dex.basedata.entity.annotation.*;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import com.yonde.dex.basedata.entity.vo.IdOnlyVO; import com.yonde.dex.basedata.entity.vo.IdOnlyVO;
import cn.hutool.core.convert.Convert;
import cn.hutool.core.lang.TypeReference;
import com.yonde.dex.basedata.entity.data.VersionRelationType;
import com.yonde.dex.logicdelete.plugin.common.entity.DxLogicDeleteVOHolder;
import com.yonde.dex.basedata.entity.vo.DxIdVOEmbeddable;
import com.yonde.dex.logicdelete.plugin.common.entity.DxLogicDeleteVOEmbeddable;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.context.common.vo.DxContextVO;
import com.yonde.dex.linkdata.plugin.common.DxLinkDataVOEmbeddable;
import com.yonde.dex.linkdata.plugin.common.DxLinkDataVOHolder; import com.yonde.dex.linkdata.plugin.common.DxLinkDataVOHolder;
import com.yonde.dex.logicdelete.plugin.common.entity.DxLogicDeleteVOEmbeddable; import com.yonde.dex.linkdata.plugin.common.DxLinkDataVOEmbeddable;
import com.yonde.dex.logicdelete.plugin.common.entity.DxLogicDeleteVOHolder; import com.yonde.dex.basedata.entity.users.DxUserVO;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/** /**
* @description: ExtProgramProjectLink-VO * @description: ExtProgramProjectLink-VO
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramProjectLinkVO.class) @JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramProjectLinkVO.class)
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Data @Data
......
package com.yonde.dex.basic.common.vo; package com.yonde.dex.basic.common.vo;
import javax.validation.constraints.NotBlank;
import java.util.Date;
import java.time.LocalDateTime;
import java.util.ArrayList;
import cn.hutool.core.convert.Convert;
import com.yonde.dex.basedata.entity.annotation.XmlElementProperty;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import com.yonde.dex.user.common.vo.DxOrganizationVO;
import com.yonde.dex.user.common.vo.DxUserInfoVO;
import lombok.ToString;
import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.math.BigInteger;
import org.springframework.data.annotation.Transient;
import lombok.experimental.Delegate;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.XmlAttribute;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.EqualsAndHashCode;
import javax.validation.constraints.NotNull;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.yonde.dex.basedata.entity.annotation.DexEmbedded; import com.yonde.dex.basedata.entity.xmladapters.LocalDateTimeXmlAdapter;
import com.yonde.dex.basedata.entity.annotation.ReferenceProperty; import lombok.Data;
import com.yonde.dex.basedata.entity.annotation.RelationProperty; import com.yonde.dex.basedata.entity.annotation.*;
import com.yonde.dex.basedata.entity.annotation.VersionProperty; import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import com.yonde.dex.basedata.entity.vo.IdOnlyVO;
import cn.hutool.core.convert.Convert;
import cn.hutool.core.lang.TypeReference;
import com.yonde.dex.basedata.entity.data.VersionRelationType; import com.yonde.dex.basedata.entity.data.VersionRelationType;
import com.yonde.dex.lcycle.plugin.common.entity.DxLifecycleManageBaseVOHolder;
import com.yonde.dex.lcycle.plugin.common.entity.DxLifecycleManageBaseVOEmbeddable;
import com.yonde.dex.basedata.entity.vo.DxIdVOEmbeddable; import com.yonde.dex.basedata.entity.vo.DxIdVOEmbeddable;
import com.yonde.dex.basedata.entity.vo.IdOnlyVO;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOHolder;
import com.yonde.dex.lcycle.plugin.common.entity.DxLifecycleManageBaseVOEmbeddable;
import com.yonde.dex.lcycle.plugin.common.entity.DxLifecycleManageBaseVOHolder;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder; import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder;
import com.yonde.dex.user.common.vo.DxOrganizationVO; import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable;
import com.yonde.dex.user.common.vo.DxUserInfoVO; import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOHolder;
import lombok.Data; import com.yonde.dex.basic.common.vo.ExtProgramProjectLinkVO;
import lombok.EqualsAndHashCode; import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable;
import lombok.ToString; import com.yonde.dex.basedata.entity.users.DxUserVO;
import java.time.LocalDateTime;
import java.util.List;
/** /**
* @description: ExtProgram-VO * @description: ExtProgram-VO
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramVO.class) @JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramVO.class)
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Data @Data
@ToString(callSuper = true) @ToString(callSuper = true)
public class ExtProgramVO extends IdOnlyVO implements IdVO, DxLifecycleManageBaseVOHolder, DxObjFileLinkVOHolder, DxSecretVOHolder { public class ExtProgramVO extends IdOnlyVO implements IdVO ,DxLifecycleManageBaseVOHolder ,DxObjFileLinkVOHolder ,DxSecretVOHolder{
public static final String DX_OBJ_FILE_LINK_EMBEDDABLE_PROP_NAME = "dxObjFileLinkEmbeddable"; public static final String DX_OBJ_FILE_LINK_EMBEDDABLE_PROP_NAME = "dxObjFileLinkEmbeddable";
public static final String DX_LIFECYCLE_MANAGE_BASE_EMBEDDABLE_PROP_NAME = "dxLifecycleManageBaseEmbeddable"; public static final String DX_LIFECYCLE_MANAGE_BASE_EMBEDDABLE_PROP_NAME = "dxLifecycleManageBaseEmbeddable";
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.basic.expand.plugin.DxViewVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.basic.expand.plugin.DxViewVOPluginExpand;
* @description: DxView-VOExpand扩展实体 * @description: DxView-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
package com.yonde.dex.basic.expand.plugin; package com.yonde.dex.basic.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.basic.expand.entity.DxViewVOExpand; import com.yonde.dex.basic.expand.entity.DxViewVOExpand;
/** /**
* @description: DxView-扩展VO插件接口 * @description: DxView-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxViewVOPluginExpand<V extends DxViewVOPluginExpand> { public interface DxViewVOPluginExpand<V extends DxViewVOPluginExpand> {
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextEnterprise-VOExpand扩展实体 * @description: DxContextEnterprise-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextLibrary-VOExpand扩展实体 * @description: DxContextLibrary-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProduction-VOExpand扩展实体 * @description: DxContextProduction-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProject-VOExpand扩展实体 * @description: DxContextProject-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamMemberVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamMemberVOPluginExpand;
* @description: DxContextTeamMember-VOExpand扩展实体 * @description: DxContextTeamMember-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamVOPluginExpand;
* @description: DxContextTeam-VOExpand扩展实体 * @description: DxContextTeam-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
package com.yonde.dex.context.expand.entity; package com.yonde.dex.context.expand.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
import com.yonde.dex.basedata.entity.annotation.ReferenceProperty;
import com.yonde.dex.basedata.entity.annotation.RelationProperty;
import com.yonde.dex.basedata.entity.annotation.VersionProperty;
import com.yonde.dex.basedata.entity.data.VersionRelationType;
import com.yonde.dex.basic.common.vo.ExtProgramProjectLinkVO;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable;
import com.yonde.dex.user.common.vo.DxOrganizationVO; import com.yonde.dex.user.common.vo.DxOrganizationVO;
import com.yonde.dex.user.common.vo.DxUserInfoVO; import com.yonde.dex.user.common.vo.DxUserInfoVO;
import lombok.Data; import lombok.Data;
...@@ -17,19 +7,36 @@ import lombok.EqualsAndHashCode; ...@@ -17,19 +7,36 @@ import lombok.EqualsAndHashCode;
import lombok.ToString; import lombok.ToString;
import java.io.Serializable; import java.io.Serializable;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.Date;
import com.yonde.dex.basedata.entity.annotation.*;
import com.yonde.dex.basedata.entity.data.VersionRelationType;
import cn.hutool.core.convert.Convert;
import cn.hutool.core.lang.TypeReference;
import java.util.List; import java.util.List;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable;
import com.yonde.dex.basic.common.vo.ExtProgramProjectLinkVO;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable;
/** /**
* @description: DxContext-VOExpand扩展实体 * @description: DxContext-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
@ToString(callSuper = true) @ToString(callSuper = true)
public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Serializable{ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Serializable {
public static final String DX_OBJ_FILE_LINK_EMBEDDABLE_PROP_NAME = "dxObjFileLinkEmbeddable"; public static final String DX_OBJ_FILE_LINK_EMBEDDABLE_PROP_NAME = "dxObjFileLinkEmbeddable";
public static final String DX_SECRET_EMBEDDABLE_PROP_NAME = "dxSecretEmbeddable"; public static final String DX_SECRET_EMBEDDABLE_PROP_NAME = "dxSecretEmbeddable";
public static final String BUDGET_AMOUNT_PROP_NAME = "budgetAmount"; public static final String BUDGET_AMOUNT_PROP_NAME = "budgetAmount";
...@@ -52,115 +59,115 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser ...@@ -52,115 +59,115 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget"; public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget";
/** /**
* 扩展VO属性 * 扩展VO属性
*/ */
@DexEmbedded() @DexEmbedded()
@JsonIgnore @JsonIgnore
private DxObjFileLinkVOEmbeddable dxObjFileLinkEmbeddable; private DxObjFileLinkVOEmbeddable dxObjFileLinkEmbeddable;
/** /**
* 扩展VO属性 * 扩展VO属性
*/ */
@DexEmbedded() @DexEmbedded()
@JsonIgnore @JsonIgnore
private DxSecretVOEmbeddable dxSecretEmbeddable; private DxSecretVOEmbeddable dxSecretEmbeddable;
/** /**
* 外协项目预算总额 * 外协项目预算总额
*/ */
private Integer budgetAmount; private Integer budgetAmount;
/** /**
* 客户单位 * 客户单位
*/ */
private String customUnit; private String customUnit;
/** /**
* 计划结束时间 * 计划结束时间
*/ */
private LocalDateTime endTime; private LocalDateTime endTime;
/** /**
* 项目群项目关联link集合 * 项目群项目关联link集合
*/ */
@RelationProperty(refProperty = "target") @RelationProperty(refProperty = "target")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE) @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private List<ExtProgramProjectLinkVO> extProgramProjectLinks; private List<ExtProgramProjectLinkVO> extProgramProjectLinks;
/** /**
* 经费来源 * 经费来源
*/ */
private String fundSource; private String fundSource;
/** /**
* 负责人 * 负责人
*/ */
@ReferenceProperty(baseProperty = "headerId") @ReferenceProperty(baseProperty = "headerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE) @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO header; private DxUserInfoVO header;
/** /**
* 负责人 * 负责人
*/ */
private Long headerId; private Long headerId;
/** /**
* 负责人 * 负责人
*/ */
private String headerIdType; private String headerIdType;
/** /**
* 项目主管 * 项目主管
*/ */
@ReferenceProperty(baseProperty = "managerId") @ReferenceProperty(baseProperty = "managerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE) @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO manager; private DxUserInfoVO manager;
/** /**
* 项目主管 * 项目主管
*/ */
private Long managerId; private Long managerId;
/** /**
* 项目主管 * 项目主管
*/ */
private String managerIdType; private String managerIdType;
/** /**
* 主管部门 * 主管部门
*/ */
@ReferenceProperty(baseProperty = "managerOrgId") @ReferenceProperty(baseProperty = "managerOrgId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE) @VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxOrganizationVO managerOrg; private DxOrganizationVO managerOrg;
/** /**
* 主管部门 * 主管部门
*/ */
private Long managerOrgId; private Long managerOrgId;
/** /**
* 主管部门 * 主管部门
*/ */
private String managerOrgIdType; private String managerOrgIdType;
/** /**
* 项目代号 * 项目代号
*/ */
private String number; private String number;
/** /**
* 项目类型 * 项目类型
*/ */
private String proType; private String proType;
/** /**
* 计划开始时间 * 计划开始时间
*/ */
private LocalDateTime startTime; private LocalDateTime startTime;
/** /**
* 总经费 * 总经费
*/ */
private String totalBudget; private String totalBudget;
} }
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextEnterpriseVOExpand; import com.yonde.dex.context.expand.entity.DxContextEnterpriseVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/** /**
* @description: DxContextEnterprise-扩展VO插件接口 * @description: DxContextEnterprise-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextEnterpriseVOPluginExpand<V extends DxContextEnterpriseVOPluginExpand> { public interface DxContextEnterpriseVOPluginExpand<V extends DxContextEnterpriseVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextLibraryVOExpand; import com.yonde.dex.context.expand.entity.DxContextLibraryVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/** /**
* @description: DxContextLibrary-扩展VO插件接口 * @description: DxContextLibrary-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextLibraryVOPluginExpand<V extends DxContextLibraryVOPluginExpand> { public interface DxContextLibraryVOPluginExpand<V extends DxContextLibraryVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextProductionVOExpand; import com.yonde.dex.context.expand.entity.DxContextProductionVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/** /**
* @description: DxContextProduction-扩展VO插件接口 * @description: DxContextProduction-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextProductionVOPluginExpand<V extends DxContextProductionVOPluginExpand> { public interface DxContextProductionVOPluginExpand<V extends DxContextProductionVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextProjectVOExpand; import com.yonde.dex.context.expand.entity.DxContextProjectVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/** /**
* @description: DxContextProject-扩展VO插件接口 * @description: DxContextProject-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand> { public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextTeamMemberVOExpand; import com.yonde.dex.context.expand.entity.DxContextTeamMemberVOExpand;
/** /**
* @description: DxContextTeamMember-扩展VO插件接口 * @description: DxContextTeamMember-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextTeamMemberVOPluginExpand<V extends DxContextTeamMemberVOPluginExpand> { public interface DxContextTeamMemberVOPluginExpand<V extends DxContextTeamMemberVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextTeamVOExpand; import com.yonde.dex.context.expand.entity.DxContextTeamVOExpand;
/** /**
* @description: DxContextTeam-扩展VO插件接口 * @description: DxContextTeam-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextTeamVOPluginExpand<V extends DxContextTeamVOPluginExpand> { public interface DxContextTeamVOPluginExpand<V extends DxContextTeamVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextVOExpand; import com.yonde.dex.context.expand.entity.DxContextVOExpand;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder; import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOHolder;
import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable; import com.yonde.dex.secretcode.plugin.common.entity.DxSecretVOEmbeddable;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOHolder; import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOHolder;
import com.yonde.dex.basic.common.vo.ExtProgramProjectLinkVO;
import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable; import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbeddable;
import com.yonde.dex.user.common.vo.DxOrganizationVO;
import com.yonde.dex.user.common.vo.DxUserInfoVO;
import java.time.LocalDateTime;
import java.util.List;
/** /**
* @description: DxContext-扩展VO插件接口 * @description: DxContext-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextVOPluginExpand<V extends DxContextVOPluginExpand> extends DxObjFileLinkVOHolder ,DxSecretVOHolder{ public interface DxContextVOPluginExpand<V extends DxContextVOPluginExpand> extends DxObjFileLinkVOHolder, DxSecretVOHolder {
DxContextVOExpand<V> getDxContextExpand(); DxContextVOExpand<V> getDxContextExpand();
void setDxContextExpand(DxContextVOExpand<V> dxContextExpand); void setDxContextExpand(DxContextVOExpand<V> dxContextExpand);
default Integer getBudgetAmount() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getBudgetAmount();
}
default String getCustomUnit() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getCustomUnit();
}
default void setHeaderIdType(String headerIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setHeaderIdType(headerIdType);
}
default void setCustomUnit(String customUnit) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setCustomUnit(customUnit);
}
default void setBudgetAmount(Integer budgetAmount) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setBudgetAmount(budgetAmount);
}
@Override
default DxObjFileLinkVOEmbeddable getDxObjFileLinkEmbeddable() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getDxObjFileLinkEmbeddable();
}
default String getFundSource() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getFundSource();
}
default LocalDateTime getStartTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getStartTime();
}
default void setManager(DxUserInfoVO manager) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManager(manager);
}
default void setEndTime(LocalDateTime endTime) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setEndTime(endTime);
}
default DxUserInfoVO getManager() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManager();
}
default void setManagerOrg(DxOrganizationVO managerOrg) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManagerOrg(managerOrg);
}
default String getHeaderIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getHeaderIdType();
}
default String getManagerOrgIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerOrgIdType();
}
default List<ExtProgramProjectLinkVO> getExtProgramProjectLinks() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getExtProgramProjectLinks();
}
default void setHeaderId(Long headerId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setHeaderId(headerId);
}
default DxOrganizationVO getManagerOrg() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerOrg();
}
default void setTotalBudget(String totalBudget) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setTotalBudget(totalBudget);
}
@Override @Override
default void setDxObjFileLinkEmbeddable(DxObjFileLinkVOEmbeddable dxObjFileLinkVOEmbeddable) { default void setDxObjFileLinkEmbeddable(DxObjFileLinkVOEmbeddable dxObjFileLinkVOEmbeddable) {
getDxContextExpand().setDxObjFileLinkEmbeddable(dxObjFileLinkVOEmbeddable); DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setDxObjFileLinkEmbeddable(dxObjFileLinkVOEmbeddable);
} }
default Long getManagerOrgId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerOrgId();
}
default void setProType(String proType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setProType(proType);
}
@Override @Override
default void setDxSecretEmbeddable(DxSecretVOEmbeddable dxSecretVOEmbeddable) { default void setDxSecretEmbeddable(DxSecretVOEmbeddable dxSecretVOEmbeddable) {
getDxContextExpand().setDxSecretEmbeddable(dxSecretVOEmbeddable); DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setDxSecretEmbeddable(dxSecretVOEmbeddable);
} }
@Override
default DxObjFileLinkVOEmbeddable getDxObjFileLinkEmbeddable() { default void setExtProgramProjectLinks(List<ExtProgramProjectLinkVO> extProgramProjectLinks) {
return getDxContextExpand().getDxObjFileLinkEmbeddable(); DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setExtProgramProjectLinks(extProgramProjectLinks);
} }
default DxUserInfoVO getHeader() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getHeader();
}
default String getManagerIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerIdType();
}
default void setFundSource(String fundSource) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setFundSource(fundSource);
}
default void setManagerOrgIdType(String managerOrgIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManagerOrgIdType(managerOrgIdType);
}
default String getNumber() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getNumber();
}
default String getTotalBudget() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getTotalBudget();
}
default void setManagerId(Long managerId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManagerId(managerId);
}
default void setManagerOrgId(Long managerOrgId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManagerOrgId(managerOrgId);
}
default void setHeader(DxUserInfoVO header) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setHeader(header);
}
default void setManagerIdType(String managerIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setManagerIdType(managerIdType);
}
default Long getHeaderId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getHeaderId();
}
default void setStartTime(LocalDateTime startTime) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setStartTime(startTime);
}
default Long getManagerId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerId();
}
default String getProType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getProType();
}
default LocalDateTime getEndTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getEndTime();
}
@Override @Override
default DxSecretVOEmbeddable getDxSecretEmbeddable() { default DxSecretVOEmbeddable getDxSecretEmbeddable() {
return getDxContextExpand().getDxSecretEmbeddable(); return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getDxSecretEmbeddable();
}
default void setNumber(String number) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setNumber(number);
} }
} }
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupLinkVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupLinkVOPluginExpand;
* @description: DxGroupLink-VOExpand扩展实体 * @description: DxGroupLink-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupMemberLinkVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupMemberLinkVOPluginExpand;
* @description: DxGroupMemberLink-VOExpand扩展实体 * @description: DxGroupMemberLink-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxGroup-VOExpand扩展实体 * @description: DxGroup-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxOrganizationGroupLinkVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxOrganizationGroupLinkVOPluginExpand;
* @description: DxOrganizationGroupLink-VOExpand扩展实体 * @description: DxOrganizationGroupLink-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxOrganization-VOExpand扩展实体 * @description: DxOrganization-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostMemberLinkVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostMemberLinkVOPluginExpand;
* @description: DxPostMemberLink-VOExpand扩展实体 * @description: DxPostMemberLink-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostVOPluginExpand;
* @description: DxPost-VOExpand扩展实体 * @description: DxPost-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalLinkVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalLinkVOPluginExpand;
* @description: DxPrincipalLink-VOExpand扩展实体 * @description: DxPrincipalLink-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand; ...@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxPrincipal-VOExpand扩展实体 * @description: DxPrincipal-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand; ...@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxUserInfo-VOExpand扩展实体 * @description: DxUserInfo-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupLinkVOExpand; import com.yonde.dex.user.expand.entity.DxGroupLinkVOExpand;
/** /**
* @description: DxGroupLink-扩展VO插件接口 * @description: DxGroupLink-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxGroupLinkVOPluginExpand<V extends DxGroupLinkVOPluginExpand> { public interface DxGroupLinkVOPluginExpand<V extends DxGroupLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupMemberLinkVOExpand; import com.yonde.dex.user.expand.entity.DxGroupMemberLinkVOExpand;
/** /**
* @description: DxGroupMemberLink-扩展VO插件接口 * @description: DxGroupMemberLink-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxGroupMemberLinkVOPluginExpand<V extends DxGroupMemberLinkVOPluginExpand> { public interface DxGroupMemberLinkVOPluginExpand<V extends DxGroupMemberLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupVOExpand; import com.yonde.dex.user.expand.entity.DxGroupVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/** /**
* @description: DxGroup-扩展VO插件接口 * @description: DxGroup-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxGroupVOPluginExpand<V extends DxGroupVOPluginExpand> { public interface DxGroupVOPluginExpand<V extends DxGroupVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkVOExpand; import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkVOExpand;
/** /**
* @description: DxOrganizationGroupLink-扩展VO插件接口 * @description: DxOrganizationGroupLink-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxOrganizationGroupLinkVOPluginExpand<V extends DxOrganizationGroupLinkVOPluginExpand> { public interface DxOrganizationGroupLinkVOPluginExpand<V extends DxOrganizationGroupLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxOrganizationVOExpand; import com.yonde.dex.user.expand.entity.DxOrganizationVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/** /**
* @description: DxOrganization-扩展VO插件接口 * @description: DxOrganization-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxOrganizationVOPluginExpand<V extends DxOrganizationVOPluginExpand> { public interface DxOrganizationVOPluginExpand<V extends DxOrganizationVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPostMemberLinkVOExpand; import com.yonde.dex.user.expand.entity.DxPostMemberLinkVOExpand;
/** /**
* @description: DxPostMemberLink-扩展VO插件接口 * @description: DxPostMemberLink-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPostMemberLinkVOPluginExpand<V extends DxPostMemberLinkVOPluginExpand> { public interface DxPostMemberLinkVOPluginExpand<V extends DxPostMemberLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPostVOExpand; import com.yonde.dex.user.expand.entity.DxPostVOExpand;
/** /**
* @description: DxPost-扩展VO插件接口 * @description: DxPost-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPostVOPluginExpand<V extends DxPostVOPluginExpand> { public interface DxPostVOPluginExpand<V extends DxPostVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPrincipalLinkVOExpand; import com.yonde.dex.user.expand.entity.DxPrincipalLinkVOExpand;
/** /**
* @description: DxPrincipalLink-扩展VO插件接口 * @description: DxPrincipalLink-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxPrincipalLinkVOPluginExpand<V extends DxPrincipalLinkVOPluginExpand> { public interface DxPrincipalLinkVOPluginExpand<V extends DxPrincipalLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand; import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
/** /**
* @description: DxPrincipal-扩展VO插件接口 * @description: DxPrincipal-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPrincipalVOPluginExpand<V extends DxPrincipalVOPluginExpand> { public interface DxPrincipalVOPluginExpand<V extends DxPrincipalVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO; import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxUserInfoVOExpand; import com.yonde.dex.user.expand.entity.DxUserInfoVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/** /**
* @description: DxUserInfo-扩展VO插件接口 * @description: DxUserInfo-扩展VO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxUserInfoVOPluginExpand<V extends DxUserInfoVOPluginExpand> { public interface DxUserInfoVOPluginExpand<V extends DxUserInfoVOPluginExpand> {
......
...@@ -71,11 +71,11 @@ ...@@ -71,11 +71,11 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-secretcode-plugin-core</artifactId> <artifactId>dex-dfs-objfilelink-plugin-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-dfs-objfilelink-plugin-core</artifactId> <artifactId>dex-secretcode-plugin-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
......
...@@ -10,7 +10,7 @@ import com.yonde.dex.context.core.service.ContextService; ...@@ -10,7 +10,7 @@ import com.yonde.dex.context.core.service.ContextService;
/** /**
* @description: dex-bmodel-core-CONFIG * @description: dex-bmodel-core-CONFIG
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Component @Component
public class DexBasicServiceAppServiceConfig extends AbstractDexAppServiceReplacer { public class DexBasicServiceAppServiceConfig extends AbstractDexAppServiceReplacer {
......
...@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller; ...@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgram-Controller * @description: ExtProgram-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Api(tags = "ExtProgram管理服务") @Api(tags = "ExtProgram管理服务")
@RequestMapping("/ExtProgram") @RequestMapping("/ExtProgram")
......
...@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller; ...@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgramProjectLink-Controller * @description: ExtProgramProjectLink-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Api(tags = "ExtProgramProjectLink管理服务") @Api(tags = "ExtProgramProjectLink管理服务")
@RequestMapping("/ExtProgramProjectLink") @RequestMapping("/ExtProgramProjectLink")
......
...@@ -19,7 +19,7 @@ import com.yonde.dex.context.core.controller.ContextController; ...@@ -19,7 +19,7 @@ import com.yonde.dex.context.core.controller.ContextController;
* @description: DxContext-Controller * @description: DxContext-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@Api(tags = "DxContext管理服务") @Api(tags = "DxContext管理服务")
@RequestMapping("/DxContext") @RequestMapping("/DxContext")
......
...@@ -19,7 +19,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.controller.DxObjFileLinkControl ...@@ -19,7 +19,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.controller.DxObjFileLinkControl
* @description: DxContext-Controller * @description: DxContext-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public class ExtDxContextControllerShadow<V extends DxContextVO, S extends ExtDxContextService<V>> extends ContextController<V, S> implements DxObjFileLinkController<V, S>{ public class ExtDxContextControllerShadow<V extends DxContextVO, S extends ExtDxContextService<V>> extends ContextController<V, S> implements DxObjFileLinkController<V, S>{
......
...@@ -20,7 +20,7 @@ import com.yonde.dex.baseweb.AbstractBaseController; ...@@ -20,7 +20,7 @@ import com.yonde.dex.baseweb.AbstractBaseController;
* @description: ExtProgram-Controller * @description: ExtProgram-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public class ExtProgramControllerShadow<V extends ExtProgramVO, S extends ExtProgramService<V>> implements AbstractBaseController<V, S> ,AbstractLifecycleBaseController<V, S> ,DxObjFileLinkController<V, S>{ public class ExtProgramControllerShadow<V extends ExtProgramVO, S extends ExtProgramService<V>> implements AbstractBaseController<V, S> ,AbstractLifecycleBaseController<V, S> ,DxObjFileLinkController<V, S>{
......
...@@ -19,7 +19,7 @@ import com.yonde.dex.baseweb.AbstractBaseController; ...@@ -19,7 +19,7 @@ import com.yonde.dex.baseweb.AbstractBaseController;
* @description: ExtProgramProjectLink-Controller * @description: ExtProgramProjectLink-Controller
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public class ExtProgramProjectLinkControllerShadow<V extends ExtProgramProjectLinkVO, S extends ExtProgramProjectLinkService<V>> implements AbstractBaseController<V, S> ,DxLinkDataController<V, S>{ public class ExtProgramProjectLinkControllerShadow<V extends ExtProgramProjectLinkVO, S extends ExtProgramProjectLinkService<V>> implements AbstractBaseController<V, S> ,DxLinkDataController<V, S>{
......
...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.repository.shadow.ExtProgramProjectLinkRepositor ...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.repository.shadow.ExtProgramProjectLinkRepositor
* @description: ExtProgramProjectLink-repository * @description: ExtProgramProjectLink-repository
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramProjectLinkRepository<P extends ExtProgramProjectLink> extends ExtProgramProjectLinkRepositoryShadow<P> { public interface ExtProgramProjectLinkRepository<P extends ExtProgramProjectLink> extends ExtProgramProjectLinkRepositoryShadow<P> {
} }
...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.repository.shadow.ExtProgramRepositoryShadow; ...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.repository.shadow.ExtProgramRepositoryShadow;
* @description: ExtProgram-repository * @description: ExtProgram-repository
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramRepository<P extends ExtProgram> extends ExtProgramRepositoryShadow<P> { public interface ExtProgramRepository<P extends ExtProgram> extends ExtProgramRepositoryShadow<P> {
} }
...@@ -9,7 +9,7 @@ import com.yonde.dex.linkdata.plugin.core.repository.DxLinkDataRepository; ...@@ -9,7 +9,7 @@ import com.yonde.dex.linkdata.plugin.core.repository.DxLinkDataRepository;
* @description: ExtProgramProjectLink-repository * @description: ExtProgramProjectLink-repository
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@NoRepositoryBean @NoRepositoryBean
public interface ExtProgramProjectLinkRepositoryShadow<P extends ExtProgramProjectLink> extends BaseRepository<P> ,DxLogicDeleteRepository<P> ,DxLinkDataRepository<P> { public interface ExtProgramProjectLinkRepositoryShadow<P extends ExtProgramProjectLink> extends BaseRepository<P> ,DxLogicDeleteRepository<P> ,DxLinkDataRepository<P> {
......
...@@ -10,7 +10,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.repository.DxObjFileLinkPluginR ...@@ -10,7 +10,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.repository.DxObjFileLinkPluginR
* @description: ExtProgram-repository * @description: ExtProgram-repository
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@NoRepositoryBean @NoRepositoryBean
public interface ExtProgramRepositoryShadow<P extends ExtProgram> extends DxObjFileLinkPluginRepository<P> ,DxLifecycleManageBaseRepository<P> ,BaseRepository<P> ,DxSecretCodePluginRepository<P> { public interface ExtProgramRepositoryShadow<P extends ExtProgram> extends DxObjFileLinkPluginRepository<P> ,DxLifecycleManageBaseRepository<P> ,BaseRepository<P> ,DxSecretCodePluginRepository<P> {
......
...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.shadow.ExtProgramProjectLinkServiceShado ...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.shadow.ExtProgramProjectLinkServiceShado
* @description: ExtProgramProjectLink-service * @description: ExtProgramProjectLink-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramProjectLinkService<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceShadow<V> { public interface ExtProgramProjectLinkService<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceShadow<V> {
......
...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.shadow.ExtProgramServiceShadow; ...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.shadow.ExtProgramServiceShadow;
* @description: ExtProgram-service * @description: ExtProgram-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramService<V extends ExtProgramVO> extends ExtProgramServiceShadow<V> { public interface ExtProgramService<V extends ExtProgramVO> extends ExtProgramServiceShadow<V> {
......
...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.expand.shadow.ExtDxContextServiceShadow; ...@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.expand.shadow.ExtDxContextServiceShadow;
* @description: DxContext-service * @description: DxContext-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface ExtDxContextService<V extends DxContextVO> extends ExtDxContextServiceShadow<V> { public interface ExtDxContextService<V extends DxContextVO> extends ExtDxContextServiceShadow<V> {
......
...@@ -9,7 +9,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic ...@@ -9,7 +9,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic
* @description: DxContext-service * @description: DxContext-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface ExtDxContextServiceShadow<V extends DxContextVO> extends ExtDxContextServiceFeign<V>, ContextService<V> ,ObjFileLinkPluginService<V> ,SecretCodePluginService<V> { public interface ExtDxContextServiceShadow<V extends DxContextVO> extends ExtDxContextServiceFeign<V>, ContextService<V> ,ObjFileLinkPluginService<V> ,SecretCodePluginService<V> {
......
...@@ -17,7 +17,7 @@ import javax.annotation.Resource; ...@@ -17,7 +17,7 @@ import javax.annotation.Resource;
* @description: ExtProgramProjectLink-ServiceImpl * @description: ExtProgramProjectLink-ServiceImpl
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Slf4j @Slf4j
@Service(ExtProgramProjectLinkServiceImpl.BEAN_NAME) @Service(ExtProgramProjectLinkServiceImpl.BEAN_NAME)
......
...@@ -17,7 +17,7 @@ import javax.annotation.Resource; ...@@ -17,7 +17,7 @@ import javax.annotation.Resource;
* @description: ExtProgram-ServiceImpl * @description: ExtProgram-ServiceImpl
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Slf4j @Slf4j
@Service(ExtProgramServiceImpl.BEAN_NAME) @Service(ExtProgramServiceImpl.BEAN_NAME)
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.context.core.service.impl.ContextServiceImpl; ...@@ -18,7 +18,7 @@ import com.yonde.dex.context.core.service.impl.ContextServiceImpl;
* @description: DxContext-ServiceImpl * @description: DxContext-ServiceImpl
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@Slf4j @Slf4j
@Service(ContextServiceImpl.BEAN_NAME) @Service(ContextServiceImpl.BEAN_NAME)
......
...@@ -9,7 +9,7 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService; ...@@ -9,7 +9,7 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @description: ExtProgramProjectLink-service * @description: ExtProgramProjectLink-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramProjectLinkServiceShadow<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceFeign<V>, BaseIdEntityService<V> ,LogicDeleteService<V> ,DxLinkDataService<V> { public interface ExtProgramProjectLinkServiceShadow<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceFeign<V>, BaseIdEntityService<V> ,LogicDeleteService<V> ,DxLinkDataService<V> {
......
...@@ -10,7 +10,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic ...@@ -10,7 +10,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic
* @description: ExtProgram-service * @description: ExtProgram-service
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramServiceShadow<V extends ExtProgramVO> extends ExtProgramServiceFeign<V>, ObjFileLinkPluginService<V> ,LifecycleBaseService<V> ,BaseIdEntityService<V> ,SecretCodePluginService<V> { public interface ExtProgramServiceShadow<V extends ExtProgramVO> extends ExtProgramServiceFeign<V>, ObjFileLinkPluginService<V> ,LifecycleBaseService<V> ,BaseIdEntityService<V> ,SecretCodePluginService<V> {
......
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-secretcode-plugin-entities</artifactId> <artifactId>dex-dfs-objfilelink-plugin-entities</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-dfs-objfilelink-plugin-entities</artifactId> <artifactId>dex-secretcode-plugin-entities</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
......
...@@ -37,7 +37,7 @@ import com.yonde.dex.dao.entity.base.IdOnlyEntity; ...@@ -37,7 +37,7 @@ import com.yonde.dex.dao.entity.base.IdOnlyEntity;
* @description: ExtProgram-PO实体 * @description: ExtProgram-PO实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Entity @Entity
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
......
...@@ -35,7 +35,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable; ...@@ -35,7 +35,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
* @description: ExtProgramProjectLink-PO实体 * @description: ExtProgramProjectLink-PO实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Entity @Entity
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxView-POExpand扩展实体 * @description: DxView-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
package com.yonde.dex.basic.expand.plugin; package com.yonde.dex.basic.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.basic.expand.entity.DxViewExpand; import com.yonde.dex.basic.expand.entity.DxViewExpand;
/** /**
* @description: DxView-扩展PO插件接口 * @description: DxView-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxViewPluginExpand { public interface DxViewPluginExpand {
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextEnterprise-POExpand扩展实体 * @description: DxContextEnterprise-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable; ...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
* @description: DxContext-POExpand扩展实体 * @description: DxContext-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextLibrary-POExpand扩展实体 * @description: DxContextLibrary-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProduction-POExpand扩展实体 * @description: DxContextProduction-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProject-POExpand扩展实体 * @description: DxContextProject-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeam-POExpand扩展实体 * @description: DxContextTeam-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeamMember-POExpand扩展实体 * @description: DxContextTeamMember-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextEnterpriseExpand; import com.yonde.dex.context.expand.entity.DxContextEnterpriseExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/** /**
* @description: DxContextEnterprise-扩展PO插件接口 * @description: DxContextEnterprise-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextEnterprisePluginExpand { public interface DxContextEnterprisePluginExpand {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextLibraryExpand; import com.yonde.dex.context.expand.entity.DxContextLibraryExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/** /**
* @description: DxContextLibrary-扩展PO插件接口 * @description: DxContextLibrary-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextLibraryPluginExpand { public interface DxContextLibraryPluginExpand {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextExpand; import com.yonde.dex.context.expand.entity.DxContextExpand;
import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkHolder; import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkHolder;
import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkEmbeddable; import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkEmbeddable;
import com.yonde.dex.secretcode.plugin.entities.DxSecretHolder; import com.yonde.dex.secretcode.plugin.entities.DxSecretHolder;
import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable; import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
import java.time.LocalDateTime;
/** /**
* @description: DxContext-扩展PO插件接口 * @description: DxContext-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextPluginExpand extends DxObjFileLinkHolder ,DxSecretHolder{ public interface DxContextPluginExpand extends DxObjFileLinkHolder, DxSecretHolder {
DxContextExpand getDxContextExpand(); DxContextExpand getDxContextExpand();
void setDxContextExpand(DxContextExpand dxContextExpand); void setDxContextExpand(DxContextExpand dxContextExpand);
// @Override default Integer getBudgetAmount() {
default void setDxObjFileLinkEmbeddable(DxObjFileLinkEmbeddable dxObjFileLinkEmbeddable) { return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getBudgetAmount();
getDxContextExpand().setDxObjFileLinkEmbeddable(dxObjFileLinkEmbeddable); }
default String getCustomUnit() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getCustomUnit();
}
default void setHeaderIdType(String headerIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setHeaderIdType(headerIdType);
} }
// @Override
default void setCustomUnit(String customUnit) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setCustomUnit(customUnit);
}
default void setBudgetAmount(Integer budgetAmount) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setBudgetAmount(budgetAmount);
}
// @Override
default DxObjFileLinkEmbeddable getDxObjFileLinkEmbeddable() { default DxObjFileLinkEmbeddable getDxObjFileLinkEmbeddable() {
return getDxContextExpand().getDxObjFileLinkEmbeddable(); return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getDxObjFileLinkEmbeddable();
}
default String getFundSource() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getFundSource();
}
default LocalDateTime getStartTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getStartTime();
}
default void setEndTime(LocalDateTime endTime) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setEndTime(endTime);
} }
@Override
@Override
default void setDxSecretEmbeddable(DxSecretEmbeddable dxSecretEmbeddable) { default void setDxSecretEmbeddable(DxSecretEmbeddable dxSecretEmbeddable) {
getDxContextExpand().setDxSecretEmbeddable(dxSecretEmbeddable); DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setDxSecretEmbeddable(dxSecretEmbeddable);
}
default String getHeaderIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getHeaderIdType();
}
default String getManagerOrgIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getManagerOrgIdType();
}
default void setHeaderId(Long headerId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setHeaderId(headerId);
}
default void setTotalBudget(String totalBudget) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setTotalBudget(totalBudget);
}
default Long getManagerOrgId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getManagerOrgId();
}
default void setProType(String proType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setProType(proType);
} }
@Override
default String getManagerIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getManagerIdType();
}
default void setFundSource(String fundSource) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setFundSource(fundSource);
}
default void setManagerOrgIdType(String managerOrgIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setManagerOrgIdType(managerOrgIdType);
}
default String getNumber() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getNumber();
}
default String getTotalBudget() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getTotalBudget();
}
default void setManagerId(Long managerId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setManagerId(managerId);
}
default void setManagerOrgId(Long managerOrgId) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setManagerOrgId(managerOrgId);
}
default void setManagerIdType(String managerIdType) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setManagerIdType(managerIdType);
}
default Long getHeaderId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getHeaderId();
}
default void setStartTime(LocalDateTime startTime) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setStartTime(startTime);
}
default Long getManagerId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getManagerId();
}
default String getProType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getProType();
}
// @Override
default void setDxObjFileLinkEmbeddable(DxObjFileLinkEmbeddable dxObjFileLinkEmbeddable) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setDxObjFileLinkEmbeddable(dxObjFileLinkEmbeddable);
}
default LocalDateTime getEndTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getEndTime();
}
@Override
default DxSecretEmbeddable getDxSecretEmbeddable() { default DxSecretEmbeddable getDxSecretEmbeddable() {
return getDxContextExpand().getDxSecretEmbeddable(); return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getDxSecretEmbeddable();
}
default void setNumber(String number) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setNumber(number);
} }
} }
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextProductionExpand; import com.yonde.dex.context.expand.entity.DxContextProductionExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/** /**
* @description: DxContextProduction-扩展PO插件接口 * @description: DxContextProduction-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextProductionPluginExpand { public interface DxContextProductionPluginExpand {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextProjectExpand; import com.yonde.dex.context.expand.entity.DxContextProjectExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand; import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/** /**
* @description: DxContextProject-扩展PO插件接口 * @description: DxContextProject-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxContextProjectPluginExpand { public interface DxContextProjectPluginExpand {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextTeamMemberExpand; import com.yonde.dex.context.expand.entity.DxContextTeamMemberExpand;
/** /**
* @description: DxContextTeamMember-扩展PO插件接口 * @description: DxContextTeamMember-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextTeamMemberPluginExpand { public interface DxContextTeamMemberPluginExpand {
......
package com.yonde.dex.context.expand.plugin; package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.context.expand.entity.DxContextTeamExpand; import com.yonde.dex.context.expand.entity.DxContextTeamExpand;
/** /**
* @description: DxContextTeam-扩展PO插件接口 * @description: DxContextTeam-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxContextTeamPluginExpand { public interface DxContextTeamPluginExpand {
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxGroup-POExpand扩展实体 * @description: DxGroup-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupLink-POExpand扩展实体 * @description: DxGroupLink-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupMemberLink-POExpand扩展实体 * @description: DxGroupMemberLink-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxOrganization-POExpand扩展实体 * @description: DxOrganization-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxOrganizationGroupLink-POExpand扩展实体 * @description: DxOrganizationGroupLink-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPost-POExpand扩展实体 * @description: DxPost-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPostMemberLink-POExpand扩展实体 * @description: DxPostMemberLink-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipal-POExpand扩展实体 * @description: DxPrincipal-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded; ...@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipalLink-POExpand扩展实体 * @description: DxPrincipalLink-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand; ...@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxUserInfo-POExpand扩展实体 * @description: DxUserInfo-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@ToString @ToString
@Embeddable @Embeddable
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupLinkExpand; import com.yonde.dex.user.expand.entity.DxGroupLinkExpand;
/** /**
* @description: DxGroupLink-扩展PO插件接口 * @description: DxGroupLink-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxGroupLinkPluginExpand { public interface DxGroupLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupMemberLinkExpand; import com.yonde.dex.user.expand.entity.DxGroupMemberLinkExpand;
/** /**
* @description: DxGroupMemberLink-扩展PO插件接口 * @description: DxGroupMemberLink-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxGroupMemberLinkPluginExpand { public interface DxGroupMemberLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxGroupExpand; import com.yonde.dex.user.expand.entity.DxGroupExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/** /**
* @description: DxGroup-扩展PO插件接口 * @description: DxGroup-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxGroupPluginExpand { public interface DxGroupPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkExpand; import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkExpand;
/** /**
* @description: DxOrganizationGroupLink-扩展PO插件接口 * @description: DxOrganizationGroupLink-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxOrganizationGroupLinkPluginExpand { public interface DxOrganizationGroupLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxOrganizationExpand; import com.yonde.dex.user.expand.entity.DxOrganizationExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/** /**
* @description: DxOrganization-扩展PO插件接口 * @description: DxOrganization-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxOrganizationPluginExpand { public interface DxOrganizationPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPostMemberLinkExpand; import com.yonde.dex.user.expand.entity.DxPostMemberLinkExpand;
/** /**
* @description: DxPostMemberLink-扩展PO插件接口 * @description: DxPostMemberLink-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPostMemberLinkPluginExpand { public interface DxPostMemberLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPostExpand; import com.yonde.dex.user.expand.entity.DxPostExpand;
/** /**
* @description: DxPost-扩展PO插件接口 * @description: DxPost-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPostPluginExpand { public interface DxPostPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPrincipalLinkExpand; import com.yonde.dex.user.expand.entity.DxPrincipalLinkExpand;
/** /**
* @description: DxPrincipalLink-扩展PO插件接口 * @description: DxPrincipalLink-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:31 * @date: 2024-9-9 11:04:23
**/ **/
public interface DxPrincipalLinkPluginExpand { public interface DxPrincipalLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxPrincipalExpand; import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
/** /**
* @description: DxPrincipal-扩展PO插件接口 * @description: DxPrincipal-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxPrincipalPluginExpand { public interface DxPrincipalPluginExpand {
......
package com.yonde.dex.user.expand.plugin; package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import com.yonde.dex.user.expand.entity.DxUserInfoExpand; import com.yonde.dex.user.expand.entity.DxUserInfoExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand; import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/** /**
* @description: DxUserInfo-扩展PO插件接口 * @description: DxUserInfo-扩展PO插件接口
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface DxUserInfoPluginExpand { public interface DxUserInfoPluginExpand {
......
...@@ -53,21 +53,21 @@ ...@@ -53,21 +53,21 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-secretcode-plugin-feign</artifactId> <artifactId>dex-dfs-objfilelink-plugin-feign</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-dfs-objfilelink-plugin-feign</artifactId> <artifactId>dex-secretcode-plugin-feign</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-context-plugin-feign</artifactId> <artifactId>dex-context-plugin-feign</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.yonde.dcs</groupId>--> <groupId>com.yonde.dcs</groupId>
<!-- <artifactId>dcs-doc-expand-feign</artifactId>--> <artifactId>dcs-doc-expand-feign</artifactId>
<!-- <version>4.1-20240826-RELEASE</version>--> <version>4.1-20240826-RELEASE</version>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramProjectLinkServiceFeignShadow; ...@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramProjectLinkServiceFeignShadow;
* @description: ExtProgramProjectLink-Feign * @description: ExtProgramProjectLink-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Api(tags = "ExtProgramProjectLink-FEIGN") @Api(tags = "ExtProgramProjectLink-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgramProjectLink") @FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgramProjectLink")
......
...@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramServiceFeignShadow; ...@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramServiceFeignShadow;
* @description: ExtProgram-Feign * @description: ExtProgram-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Api(tags = "ExtProgram-FEIGN") @Api(tags = "ExtProgram-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgram") @FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgram")
......
...@@ -12,7 +12,7 @@ import com.yonde.dex.dao.service.adapter.DexExpandBeanReplace; ...@@ -12,7 +12,7 @@ import com.yonde.dex.dao.service.adapter.DexExpandBeanReplace;
* @description: DxContext-Feign * @description: DxContext-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
@Api(tags = "DxContext-FEIGN") @Api(tags = "DxContext-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/DxContext") @FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/DxContext")
......
...@@ -11,7 +11,7 @@ import com.yonde.dex.context.feign.ContextServiceFeign; ...@@ -11,7 +11,7 @@ import com.yonde.dex.context.feign.ContextServiceFeign;
* @description: DxContext-Feign * @description: DxContext-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtDxContextServiceFeignShadow<V extends DxContextVO> extends ContextServiceFeign<V> ,SecretCodeFeign<V> { public interface ExtDxContextServiceFeignShadow<V extends DxContextVO> extends ContextServiceFeign<V> ,SecretCodeFeign<V> {
......
...@@ -12,7 +12,7 @@ import com.yonde.dex.linkdata.plugin.feign.DxLinkDataFeign; ...@@ -12,7 +12,7 @@ import com.yonde.dex.linkdata.plugin.feign.DxLinkDataFeign;
* @description: ExtProgramProjectLink-Feign * @description: ExtProgramProjectLink-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramProjectLinkServiceFeignShadow<V extends ExtProgramProjectLinkVO> extends BaseFeign<V> ,LogicDeleteFeign<V> ,DxLinkDataFeign<V> { public interface ExtProgramProjectLinkServiceFeignShadow<V extends ExtProgramProjectLinkVO> extends BaseFeign<V> ,LogicDeleteFeign<V> ,DxLinkDataFeign<V> {
......
...@@ -12,7 +12,7 @@ import com.yonde.dex.secretcode.plugin.feign.SecretCodeFeign; ...@@ -12,7 +12,7 @@ import com.yonde.dex.secretcode.plugin.feign.SecretCodeFeign;
* @description: ExtProgram-Feign * @description: ExtProgram-Feign
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-8-30 14:05:32 * @date: 2024-9-9 11:04:24
**/ **/
public interface ExtProgramServiceFeignShadow<V extends ExtProgramVO> extends BaseLifecycleManageFeign<V> ,BaseFeign<V> ,SecretCodeFeign<V> { public interface ExtProgramServiceFeignShadow<V extends ExtProgramVO> extends BaseLifecycleManageFeign<V> ,BaseFeign<V> ,SecretCodeFeign<V> {
......
No preview for this file type
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