Commit 61e116c4 authored by wangyangyang's avatar wangyangyang

更新版本

parent fac803b5
......@@ -59,11 +59,11 @@
<groupId>com.yonde.dex</groupId>
<artifactId>dex-context-plugin-common</artifactId>
</dependency>
<dependency>
<groupId>com.yonde.dcs</groupId>
<artifactId>dcs-doc-expand-common</artifactId>
<version>4.1-20240919-RELEASE</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.yonde.dcs</groupId>-->
<!-- <artifactId>dcs-doc-expand-common</artifactId>-->
<!-- <version>4.1-20240919-RELEASE</version>-->
<!-- </dependency>-->
</dependencies>
......
......@@ -43,7 +43,7 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
* @description: ExtProgramProjectLink-VO
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramProjectLinkVO.class)
@EqualsAndHashCode(callSuper = true)
......
......@@ -4,7 +4,6 @@ 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;
......@@ -13,22 +12,16 @@ 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 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.yonde.dex.basedata.entity.xmladapters.LocalDateTimeXmlAdapter;
import lombok.Data;
......@@ -51,16 +44,16 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda
import com.yonde.dex.basedata.entity.users.DxUserVO;
/**
* @description: ExtProgram-VO
* @author: dexadmin
* @version: V
* @date: 2024-9-11 9:52:59
**/
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramVO.class)
* @description: ExtProgram-VO
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
@JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramVO.class)
@EqualsAndHashCode(callSuper = true)
@Data
@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_LIFECYCLE_MANAGE_BASE_EMBEDDABLE_PROP_NAME = "dxLifecycleManageBaseEmbeddable";
......@@ -87,134 +80,134 @@ public class ExtProgramVO extends IdOnlyVO implements IdVO, DxLifecycleManageBas
public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget";
/**
* 扩展VO属性
*/
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxObjFileLinkVOEmbeddable dxObjFileLinkEmbeddable;
/**
* 扩展VO属性
*/
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxLifecycleManageBaseVOEmbeddable dxLifecycleManageBaseEmbeddable;
/**
* dao扩展对象
*/
* dao扩展对象
*/
@DexEmbedded()
@JsonIgnore
private DxIdVOEmbeddable dxIdEmbeddable;
/**
* 扩展VO属性
*/
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxSecretVOEmbeddable dxSecretEmbeddable;
/**
* 外协项目预算总额
*/
* 外协项目预算总额
*/
private String budgetAmount;
/**
* 客户单位
*/
* 客户单位
*/
private String customUnit;
/**
* 计划结束时间
*/
* 计划结束时间
*/
private LocalDateTime endTime;
/**
* 项目群项目关联link集合
*/
* 项目群项目关联link集合
*/
@RelationProperty(refProperty = "source")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private List<ExtProgramProjectLinkVO> extProgramProjectLinks;
/**
* 经费来源
*/
* 经费来源
*/
private String fundSource;
/**
* 负责人
*/
* 负责人
*/
@ReferenceProperty(baseProperty = "headerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO header;
/**
* 负责人
*/
* 负责人
*/
private Long headerId;
/**
* 负责人
*/
* 负责人
*/
private String headerIdType;
/**
* 项目主管
*/
* 项目主管
*/
@ReferenceProperty(baseProperty = "managerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO manager;
/**
* 项目主管
*/
* 项目主管
*/
private Long managerId;
/**
* 项目主管
*/
* 项目主管
*/
private String managerIdType;
/**
* 主管部门
*/
* 主管部门
*/
@ReferenceProperty(baseProperty = "managerOrgId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxOrganizationVO managerOrg;
/**
* 主管部门
*/
* 主管部门
*/
private Long managerOrgId;
/**
* 主管部门
*/
* 主管部门
*/
private String managerOrgIdType;
/**
* 项目名称
*/
* 项目名称
*/
private String name;
/**
* 项目代号
*/
* 项目代号
*/
private String number;
/**
* 项目类型
*/
* 项目类型
*/
private String proType;
/**
* 计划开始时间
*/
* 计划开始时间
*/
private LocalDateTime startTime;
/**
* 总经费
*/
* 总经费
*/
private String totalBudget;
}
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.basic.expand.plugin.DxViewVOPluginExpand;
* @description: DxView-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
package com.yonde.dex.basic.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.basic.expand.entity.DxViewVOExpand;
/**
* @description: DxView-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxViewVOPluginExpand<V extends DxViewVOPluginExpand> {
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextEnterprise-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextLibrary-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProduction-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProject-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamMemberVOPluginExpand;
* @description: DxContextTeamMember-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamVOPluginExpand;
* @description: DxContextTeam-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@EqualsAndHashCode
@Data
......
......@@ -5,38 +5,32 @@ import com.yonde.dex.user.common.vo.DxUserInfoVO;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import java.io.Serializable;
import java.math.BigInteger;
import java.math.BigDecimal;
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 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扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
**/
* @description: DxContext-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
@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_SECRET_EMBEDDABLE_PROP_NAME = "dxSecretEmbeddable";
public static final String BUDGET_AMOUNT_PROP_NAME = "budgetAmount";
......@@ -59,115 +53,115 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget";
/**
* 扩展VO属性
*/
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxObjFileLinkVOEmbeddable dxObjFileLinkEmbeddable;
/**
* 扩展VO属性
*/
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxSecretVOEmbeddable dxSecretEmbeddable;
/**
* 外协项目预算总额
*/
* 外协项目预算总额
*/
private Integer budgetAmount;
/**
* 客户单位
*/
* 客户单位
*/
private String customUnit;
/**
* 计划结束时间
*/
* 计划结束时间
*/
private LocalDateTime endTime;
/**
* 项目群项目关联link集合
*/
* 项目群项目关联link集合
*/
@RelationProperty(refProperty = "target")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private List<ExtProgramProjectLinkVO> extProgramProjectLinks;
/**
* 经费来源
*/
* 经费来源
*/
private String fundSource;
/**
* 负责人
*/
* 负责人
*/
@ReferenceProperty(baseProperty = "headerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO header;
/**
* 负责人
*/
* 负责人
*/
private Long headerId;
/**
* 负责人
*/
* 负责人
*/
private String headerIdType;
/**
* 项目主管
*/
* 项目主管
*/
@ReferenceProperty(baseProperty = "managerId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxUserInfoVO manager;
/**
* 项目主管
*/
* 项目主管
*/
private Long managerId;
/**
* 项目主管
*/
* 项目主管
*/
private String managerIdType;
/**
* 主管部门
*/
* 主管部门
*/
@ReferenceProperty(baseProperty = "managerOrgId")
@VersionProperty(curVersion = VersionRelationType.NONE, refVersion = VersionRelationType.NONE)
private DxOrganizationVO managerOrg;
/**
* 主管部门
*/
* 主管部门
*/
private Long managerOrgId;
/**
* 主管部门
*/
* 主管部门
*/
private String managerOrgIdType;
/**
* 项目代号
*/
* 项目代号
*/
private String number;
/**
* 项目类型
*/
* 项目类型
*/
private String proType;
/**
* 计划开始时间
*/
* 计划开始时间
*/
private LocalDateTime startTime;
/**
* 总经费
*/
* 总经费
*/
private String totalBudget;
}
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextEnterpriseVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/**
* @description: DxContextEnterprise-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextEnterpriseVOPluginExpand<V extends DxContextEnterpriseVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextLibraryVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/**
* @description: DxContextLibrary-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
public interface DxContextLibraryVOPluginExpand<V extends DxContextLibraryVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextProductionVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/**
* @description: DxContextProduction-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextProductionVOPluginExpand<V extends DxContextProductionVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextProjectVOExpand;
import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
/**
* @description: DxContextProject-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextTeamMemberVOExpand;
/**
* @description: DxContextTeamMember-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxContextTeamMemberVOPluginExpand<V extends DxContextTeamMemberVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextTeamVOExpand;
/**
* @description: DxContextTeam-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxContextTeamVOPluginExpand<V extends DxContextTeamVOPluginExpand> {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
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.DxSecretVOEmbeddable;
......@@ -11,182 +15,140 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda
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插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
**/
public interface DxContextVOPluginExpand<V extends DxContextVOPluginExpand> extends DxObjFileLinkVOHolder, DxSecretVOHolder {
* @description: DxContext-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
public interface DxContextVOPluginExpand<V extends DxContextVOPluginExpand> extends DxObjFileLinkVOHolder ,DxSecretVOHolder{
DxContextVOExpand<V> getDxContextExpand();
void setDxContextExpand(DxContextVOExpand<V> dxContextExpand);
default Integer getBudgetAmount() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getBudgetAmount();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getBudgetAmount();
}
default String getCustomUnit() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setBudgetAmount(budgetAmount);
}
@Override
default DxObjFileLinkVOEmbeddable getDxObjFileLinkEmbeddable() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getDxObjFileLinkEmbeddable();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getDxObjFileLinkEmbeddable();
}
default String getFundSource() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getFundSource();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getFundSource();
}
default LocalDateTime getStartTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setEndTime(endTime);
}
default DxUserInfoVO getManager() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setManagerOrg(managerOrg);
}
default String getHeaderIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getHeaderIdType();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getHeaderIdType();
}
default String getManagerOrgIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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();
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setHeaderId(headerId);
}
default DxOrganizationVO getManagerOrg() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setTotalBudget(totalBudget);
}
@Override
default void setDxObjFileLinkEmbeddable(DxObjFileLinkVOEmbeddable dxObjFileLinkVOEmbeddable) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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();
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setProType(proType);
}
@Override
default void setDxSecretEmbeddable(DxSecretVOEmbeddable dxSecretVOEmbeddable) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setDxSecretEmbeddable(dxSecretVOEmbeddable);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setDxSecretEmbeddable(dxSecretVOEmbeddable);
}
default void setExtProgramProjectLinks(List<ExtProgramProjectLinkVO> extProgramProjectLinks) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).setExtProgramProjectLinks(extProgramProjectLinks);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setExtProgramProjectLinks(extProgramProjectLinks);
}
default DxUserInfoVO getHeader() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getHeader();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getHeader();
}
default String getManagerIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setManagerOrgIdType(managerOrgIdType);
}
default String getNumber() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getNumber();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getNumber();
}
default String getTotalBudget() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
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);
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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setManagerIdType(managerIdType);
}
default Long getHeaderId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setStartTime(startTime);
}
default Long getManagerId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getManagerId();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getManagerId();
}
default String getProType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getProType();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getProType();
}
default LocalDateTime getEndTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).getEndTime();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).getEndTime();
}
@Override
default DxSecretVOEmbeddable getDxSecretEmbeddable() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextVOExpand<>()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextVOExpand<>()).setNumber(number);
}
}
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupLinkVOPluginExpand;
* @description: DxGroupLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupMemberLinkVOPluginExpand;
* @description: DxGroupMemberLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxGroup-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxOrganizationGroupLinkVOPluginExpand;
* @description: DxOrganizationGroupLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxOrganization-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostMemberLinkVOPluginExpand;
* @description: DxPostMemberLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostVOPluginExpand;
* @description: DxPost-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalLinkVOPluginExpand;
* @description: DxPrincipalLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxPrincipal-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxUserInfo-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@EqualsAndHashCode
@Data
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupLinkVOExpand;
/**
* @description: DxGroupLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxGroupLinkVOPluginExpand<V extends DxGroupLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupMemberLinkVOExpand;
/**
* @description: DxGroupMemberLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxGroupMemberLinkVOPluginExpand<V extends DxGroupMemberLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/**
* @description: DxGroup-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxGroupVOPluginExpand<V extends DxGroupVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkVOExpand;
/**
* @description: DxOrganizationGroupLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxOrganizationGroupLinkVOPluginExpand<V extends DxOrganizationGroupLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxOrganizationVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/**
* @description: DxOrganization-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxOrganizationVOPluginExpand<V extends DxOrganizationVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPostMemberLinkVOExpand;
/**
* @description: DxPostMemberLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPostMemberLinkVOPluginExpand<V extends DxPostMemberLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPostVOExpand;
/**
* @description: DxPost-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPostVOPluginExpand<V extends DxPostVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPrincipalLinkVOExpand;
/**
* @description: DxPrincipalLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxPrincipalLinkVOPluginExpand<V extends DxPrincipalLinkVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
/**
* @description: DxPrincipal-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPrincipalVOPluginExpand<V extends DxPrincipalVOPluginExpand> {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.entity.vo.IdVO;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxUserInfoVOExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
/**
* @description: DxUserInfo-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxUserInfoVOPluginExpand<V extends DxUserInfoVOPluginExpand> {
......
......@@ -10,7 +10,7 @@ import com.yonde.dex.context.core.service.ContextService;
/**
* @description: dex-bmodel-core-CONFIG
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Component
public class DexBasicServiceAppServiceConfig extends AbstractDexAppServiceReplacer {
......
package com.yonde.dex.basic.core.controller;
import com.yonde.dex.basedata.auth.annos.PermissionObject;
import com.yonde.dex.basedata.auth.annos.SubPermission;
import com.yonde.dex.basedata.data.search.SearchQueryCondition;
import org.springframework.stereotype.Controller;
import io.swagger.annotations.ApiOperation;
......@@ -26,7 +24,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgram-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "ExtProgram管理服务")
@RequestMapping("/ExtProgram")
......@@ -34,7 +32,7 @@ import org.springframework.stereotype.Controller;
@Controller(ExtProgramController.BEAN_NAME)
public class ExtProgramController<V extends ExtProgramVO, S extends ExtProgramService<V>> extends ExtProgramControllerShadow<V, S> {
@ApiOperation("项目群查询")
@PostMapping({"/search/props"})
public ApiResult searchProps(@RequestBody SearchQueryCondition searchQueryCondition) {
return ApiResult.ok(this.getService().searchProps(searchQueryCondition));
......
......@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgramProjectLink-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "ExtProgramProjectLink管理服务")
@RequestMapping("/ExtProgramProjectLink")
......
......@@ -19,7 +19,7 @@ import com.yonde.dex.context.core.controller.ContextController;
* @description: DxContext-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "DxContext管理服务")
@RequestMapping("/DxContext")
......
......@@ -19,7 +19,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.controller.DxObjFileLinkControl
* @description: DxContext-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
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;
* @description: ExtProgram-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
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;
* @description: ExtProgramProjectLink-Controller
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
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
* @description: ExtProgramProjectLink-repository
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtProgramProjectLinkRepository<P extends ExtProgramProjectLink> extends ExtProgramProjectLinkRepositoryShadow<P> {
}
......@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.repository.shadow.ExtProgramRepositoryShadow;
* @description: ExtProgram-repository
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtProgramRepository<P extends ExtProgram> extends ExtProgramRepositoryShadow<P> {
}
......@@ -9,7 +9,7 @@ import com.yonde.dex.linkdata.plugin.core.repository.DxLinkDataRepository;
* @description: ExtProgramProjectLink-repository
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@NoRepositoryBean
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
* @description: ExtProgram-repository
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@NoRepositoryBean
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
* @description: ExtProgramProjectLink-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtProgramProjectLinkService<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceShadow<V> {
......
......@@ -9,11 +9,10 @@ import org.springframework.data.domain.Page;
* @description: ExtProgram-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtProgramService<V extends ExtProgramVO> extends ExtProgramServiceShadow<V> {
/**
* @description: 项目群查询展开
* @param: [searchQueryCondition]
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.expand.shadow.ExtDxContextServiceShadow;
* @description: DxContext-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
public interface ExtDxContextService<V extends DxContextVO> extends ExtDxContextServiceShadow<V> {
......
......@@ -9,7 +9,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic
* @description: DxContext-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
public interface ExtDxContextServiceShadow<V extends DxContextVO> extends ExtDxContextServiceFeign<V>, ContextService<V> ,ObjFileLinkPluginService<V> ,SecretCodePluginService<V> {
......
......@@ -17,7 +17,7 @@ import javax.annotation.Resource;
* @description: ExtProgramProjectLink-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Slf4j
@Service(ExtProgramProjectLinkServiceImpl.BEAN_NAME)
......
package com.yonde.dex.basic.core.service.impl;
import cn.hutool.core.collection.CollectionUtil;
import com.yonde.dex.basedata.data.search.SearchItem;
import com.yonde.dex.basedata.data.search.SearchQueryBuilder;
import com.yonde.dex.basedata.data.search.SearchQueryCondition;
import com.yonde.dex.basedata.entity.data.DxPageImpl;
import com.yonde.dex.basic.common.vo.ExtProgramProjectLinkVO;
import com.yonde.dex.basic.core.service.ExtProgramProjectLinkService;
import com.yonde.dex.basic.core.service.expand.ExtDxContextService;
import com.yonde.dex.basic.core.util.SearchUtil;
import com.yonde.dex.context.common.vo.DxContextProjectVO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.springframework.stereotype.Service;
import io.swagger.annotations.ApiOperation;
import java.util.List;
import com.yonde.dex.basic.common.vo.ExtProgramVO;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Autowired;
......@@ -25,18 +18,19 @@ import org.springframework.web.bind.annotation.*;
import com.yonde.dex.basic.core.service.ExtProgramService;
import com.yonde.dex.basic.core.repository.ExtProgramRepository;
import com.yonde.dex.basic.entity.po.ExtProgram;
import javax.annotation.Resource;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
/**
* @description: ExtProgram-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
**/
* @description: ExtProgram-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
@Slf4j
@Service(ExtProgramServiceImpl.BEAN_NAME)
public class ExtProgramServiceImpl<V extends ExtProgramVO> implements ExtProgramService<V> {
public class ExtProgramServiceImpl<V extends ExtProgramVO> implements ExtProgramService<V>{
public static final String BEAN_NAME = "extProgramServiceImpl";
......@@ -44,16 +38,13 @@ public class ExtProgramServiceImpl<V extends ExtProgramVO> implements ExtProgram
@Autowired
ExtProgramRepository<ExtProgram> extProgramRepository;
@Autowired
ExtProgramProjectLinkService extProgramProjectLinkService;
@Autowired
ExtDxContextService extDxContextService;
public void test() {
this.findRecursion(new SearchQueryCondition());
}
@Override
public Page<V> searchProps(SearchQueryCondition searchQueryCondition) {
Page<V> page = search(searchQueryCondition);
......@@ -73,6 +64,7 @@ public class ExtProgramServiceImpl<V extends ExtProgramVO> implements ExtProgram
// Page<V> result = new PageImpl<>(page.getContent(), page.getPageable(), page.getTotalElements());
return page;
}
}
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.core.service.impl.ContextServiceImpl;
* @description: DxContext-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
@Slf4j
@Service(ContextServiceImpl.BEAN_NAME)
......
......@@ -9,7 +9,7 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @description: ExtProgramProjectLink-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
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
* @description: ExtProgram-service
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtProgramServiceShadow<V extends ExtProgramVO> extends ExtProgramServiceFeign<V>, ObjFileLinkPluginService<V> ,LifecycleBaseService<V> ,BaseIdEntityService<V> ,SecretCodePluginService<V> {
......
package com.yonde.dex.basic.entity.po;
import org.springframework.data.annotation.CreatedBy;
import javax.persistence.UniqueConstraint;
import java.util.Date;
import java.time.LocalDateTime;
import lombok.EqualsAndHashCode;
import org.springframework.data.annotation.LastModifiedDate;
import com.yonde.dex.dao.entity.base.IdEntity;
import org.springframework.data.annotation.LastModifiedBy;
import javax.persistence.Column;
import org.springframework.data.annotation.CreatedDate;
import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
import lombok.Data;
import com.yonde.dex.basedata.entity.annotation.*;
import java.math.BigInteger;
import javax.persistence.*;
import java.math.BigDecimal;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.Table;
import com.yonde.dex.lcycle.plugin.entities.DxLifecycleManageBaseEmbeddable;
import com.yonde.dex.dao.entity.base.IdEntity;
import javax.persistence.Column;
import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkHolder;
import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkEmbeddable;
import com.yonde.dex.secretcode.plugin.entities.DxSecretHolder;
......@@ -44,101 +34,101 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
import com.yonde.dex.dao.entity.base.IdOnlyEntity;
/**
* @description: ExtProgram-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-9-11 9:52:59
**/
* @description: ExtProgram-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
@Entity
@EqualsAndHashCode(callSuper = true)
@NoArgsConstructor
@Data
@Table(name = "EXT_PROGRAM")
public class ExtProgram extends IdOnlyEntity implements DxObjFileLinkHolder, DxLifecycleManageBaseHolder, IdEntity, DxSecretHolder {
public class ExtProgram extends IdOnlyEntity implements DxObjFileLinkHolder ,DxLifecycleManageBaseHolder ,IdEntity ,DxSecretHolder{
/**
* 扩展PO属性
*/
* 扩展PO属性
*/
@DexEmbedded()
@Embedded()
private DxObjFileLinkEmbeddable dxObjFileLinkEmbeddable;
/**
* 扩展PO属性
*/
* 扩展PO属性
*/
@DexEmbedded()
@Embedded()
private DxLifecycleManageBaseEmbeddable dxLifecycleManageBaseEmbeddable;
/**
* dao扩展对象
*/
* dao扩展对象
*/
@DexEmbedded()
@Embedded()
private DxIdEntityEmbeddable dxIdEmbeddable;
/**
* 扩展PO属性
*/
* 扩展PO属性
*/
@DexEmbedded()
@Embedded()
private DxSecretEmbeddable dxSecretEmbeddable;
/**
* 外协项目预算总额
*/
* 外协项目预算总额
*/
private String budgetAmount;
/**
* 客户单位
*/
* 客户单位
*/
private String customUnit;
/**
* 计划结束时间
*/
* 计划结束时间
*/
private LocalDateTime endTime;
/**
* 经费来源
*/
* 经费来源
*/
private String fundSource;
/**
* 负责人的id
*/
* 负责人的id
*/
private Long headerId;
/**
* 负责人的类型
*/
* 负责人的类型
*/
private String headerIdType;
/**
* 项目主管的id
*/
* 项目主管的id
*/
private Long managerId;
/**
* 项目主管的类型
*/
* 项目主管的类型
*/
private String managerIdType;
/**
* 主管部门的id
*/
* 主管部门的id
*/
private Long managerOrgId;
/**
* 主管部门的类型
*/
* 主管部门的类型
*/
private String managerOrgIdType;
/**
* 项目名称
*/
* 项目名称
*/
private String name;
/**
* 项目代号
*/
* 项目代号
*/
private String number;
/**
* 项目类型
*/
* 项目类型
*/
private String proType;
/**
* 计划开始时间
*/
* 计划开始时间
*/
private LocalDateTime startTime;
/**
* 总经费
*/
* 总经费
*/
private String totalBudget;
}
......
......@@ -35,7 +35,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
* @description: ExtProgramProjectLink-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Entity
@EqualsAndHashCode(callSuper = true)
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxView-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
package com.yonde.dex.basic.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.basic.expand.entity.DxViewExpand;
/**
* @description: DxView-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxViewPluginExpand {
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextEnterprise-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
* @description: DxContext-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextLibrary-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProduction-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProject-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeam-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeamMember-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextEnterpriseExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/**
* @description: DxContextEnterprise-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextEnterprisePluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextLibraryExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/**
* @description: DxContextLibrary-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxContextLibraryPluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
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.DxObjFileLinkEmbeddable;
import com.yonde.dex.secretcode.plugin.entities.DxSecretHolder;
import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
import java.time.LocalDateTime;
/**
* @description: DxContext-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
**/
public interface DxContextPluginExpand extends DxObjFileLinkHolder, DxSecretHolder {
* @description: DxContext-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-20 10:26:39
**/
public interface DxContextPluginExpand extends DxObjFileLinkHolder ,DxSecretHolder{
DxContextExpand getDxContextExpand();
void setDxContextExpand(DxContextExpand dxContextExpand);
default Integer getBudgetAmount() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getBudgetAmount();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getBudgetAmount();
}
default String getCustomUnit() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setHeaderIdType(headerIdType);
}
default void setCustomUnit(String customUnit) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setCustomUnit(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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setBudgetAmount(budgetAmount);
}
// @Override
// @Override
default DxObjFileLinkEmbeddable getDxObjFileLinkEmbeddable() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getDxObjFileLinkEmbeddable();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getDxObjFileLinkEmbeddable();
}
default String getFundSource() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getFundSource();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getFundSource();
}
default LocalDateTime getStartTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setEndTime(endTime);
}
@Override
@Override
default void setDxSecretEmbeddable(DxSecretEmbeddable dxSecretEmbeddable) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getHeaderIdType();
}
default String getManagerOrgIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setTotalBudget(totalBudget);
}
default Long getManagerOrgId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setProType(proType);
}
default String getManagerIdType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setManagerOrgIdType(managerOrgIdType);
}
default String getNumber() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getNumber();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getNumber();
}
default String getTotalBudget() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
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);
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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setManagerIdType(managerIdType);
}
default Long getHeaderId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setStartTime(startTime);
}
default Long getManagerId() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getManagerId();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getManagerId();
}
default String getProType() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getProType();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getProType();
}
// @Override
// @Override
default void setDxObjFileLinkEmbeddable(DxObjFileLinkEmbeddable dxObjFileLinkEmbeddable) {
DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).setDxObjFileLinkEmbeddable(dxObjFileLinkEmbeddable);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setDxObjFileLinkEmbeddable(dxObjFileLinkEmbeddable);
}
default LocalDateTime getEndTime() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).getEndTime();
return DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).getEndTime();
}
@Override
@Override
default DxSecretEmbeddable getDxSecretEmbeddable() {
return DxExpandUtils.getNotNullObject(this::getDxContextExpand, this::setDxContextExpand, new DxContextExpand()).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);
DxExpandUtils.getNotNullObject(this::getDxContextExpand,this::setDxContextExpand,new DxContextExpand()).setNumber(number);
}
}
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextProductionExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/**
* @description: DxContextProduction-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextProductionPluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextProjectExpand;
import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
/**
* @description: DxContextProject-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxContextProjectPluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextTeamMemberExpand;
/**
* @description: DxContextTeamMember-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxContextTeamMemberPluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.context.expand.entity.DxContextTeamExpand;
/**
* @description: DxContextTeam-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxContextTeamPluginExpand {
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxGroup-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupMemberLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxOrganization-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxOrganizationGroupLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPost-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPostMemberLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipal-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipalLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxUserInfo-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@ToString
@Embeddable
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupLinkExpand;
/**
* @description: DxGroupLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxGroupLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupMemberLinkExpand;
/**
* @description: DxGroupMemberLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxGroupMemberLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxGroupExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/**
* @description: DxGroup-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxGroupPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkExpand;
/**
* @description: DxOrganizationGroupLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxOrganizationGroupLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxOrganizationExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/**
* @description: DxOrganization-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxOrganizationPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPostMemberLinkExpand;
/**
* @description: DxPostMemberLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPostMemberLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPostExpand;
/**
* @description: DxPost-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPostPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPrincipalLinkExpand;
/**
* @description: DxPrincipalLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:23
* @date: 2024-9-20 10:26:38
**/
public interface DxPrincipalLinkPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
/**
* @description: DxPrincipal-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxPrincipalPluginExpand {
......
package com.yonde.dex.user.expand.plugin;
import com.yonde.dex.basedata.utils.obj.DxExpandUtils;
import java.util.List;
import java.util.Date;
import java.math.BigInteger;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import com.yonde.dex.user.expand.entity.DxUserInfoExpand;
import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
/**
* @description: DxUserInfo-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface DxUserInfoPluginExpand {
......
......@@ -9,6 +9,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>dex-basic-service-expand-feign</artifactId>
<version>4.1-20240919-RELEASE</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
......@@ -63,11 +65,11 @@
<groupId>com.yonde.dex</groupId>
<artifactId>dex-context-plugin-feign</artifactId>
</dependency>
<dependency>
<groupId>com.yonde.dcs</groupId>
<artifactId>dcs-doc-expand-feign</artifactId>
<version>4.1-20240919-RELEASE</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.yonde.dcs</groupId>-->
<!-- <artifactId>dcs-doc-expand-feign</artifactId>-->
<!-- <version>4.1-20240919-RELEASE</version>-->
<!-- </dependency>-->
</dependencies>
</project>
......@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramProjectLinkServiceFeignShadow;
* @description: ExtProgramProjectLink-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "ExtProgramProjectLink-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgramProjectLink")
......
......@@ -10,7 +10,7 @@ import com.yonde.dex.basic.feign.shadow.ExtProgramServiceFeignShadow;
* @description: ExtProgram-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "ExtProgram-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/ExtProgram")
......
......@@ -12,7 +12,7 @@ import com.yonde.dex.dao.service.adapter.DexExpandBeanReplace;
* @description: DxContext-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
@Api(tags = "DxContext-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/DxContext")
......
......@@ -11,7 +11,7 @@ import com.yonde.dex.context.feign.ContextServiceFeign;
* @description: DxContext-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
public interface ExtDxContextServiceFeignShadow<V extends DxContextVO> extends ContextServiceFeign<V> ,SecretCodeFeign<V> {
......
......@@ -12,7 +12,7 @@ import com.yonde.dex.linkdata.plugin.feign.DxLinkDataFeign;
* @description: ExtProgramProjectLink-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
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;
* @description: ExtProgram-Feign
* @author: dexadmin
* @version: V
* @date: 2024-9-9 11:04:24
* @date: 2024-9-20 10:26:39
**/
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