Commit b79d9a81 authored by wangyangyang's avatar wangyangyang

升级

parent c86ac025
......@@ -19,7 +19,7 @@
<dependency>
<groupId>com.yonde.dex</groupId>
<artifactId>dex-basic-service-common</artifactId>
<version>4.1-RELEASE</version>
<version>4.1-20240826-RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.yonde.dex</groupId>
......
......@@ -43,7 +43,7 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
* @description: ExtProgramProjectLink-VO
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramProjectLinkVO.class)
@EqualsAndHashCode(callSuper = true)
......
......@@ -28,11 +28,11 @@ import java.time.LocalDateTime;
import java.util.List;
/**
* @description: ExtProgram-VO
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
**/
* @description: ExtProgram-VO
* @author: dexadmin
* @version: V
* @date: 2024-8-28 17:09:04
**/
@JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, property = "dxClassname", visible = true, defaultImpl = ExtProgramVO.class)
@EqualsAndHashCode(callSuper = true)
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.basic.expand.plugin.DxViewVOPluginExpand;
* @description: DxView-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.basic.expand.entity.DxViewVOExpand;
* @description: DxView-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextLibrary-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProduction-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.context.expand.entity.DxContextVOExpand;
* @description: DxContextProject-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamMemberVOPluginExpand;
* @description: DxContextTeamMember-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.context.expand.plugin.DxContextTeamVOPluginExpand;
* @description: DxContextTeam-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -22,11 +22,11 @@ import java.time.LocalDateTime;
import java.util.List;
/**
* @description: DxContext-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
**/
* @description: DxContext-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
@ToString(callSuper = true)
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
* @description: DxContextEnterprise-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextEnterpriseVOPluginExpand<V extends DxContextEnterpriseVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
* @description: DxContextLibrary-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextLibraryVOPluginExpand<V extends DxContextLibraryVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
* @description: DxContextProduction-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface DxContextProductionVOPluginExpand<V extends DxContextProductionVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.context.expand.plugin.DxContextVOPluginExpand;
* @description: DxContextProject-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextProjectVOPluginExpand<V extends DxContextProjectVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.entity.DxContextTeamMemberVOExpand;
* @description: DxContextTeamMember-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextTeamMemberVOPluginExpand<V extends DxContextTeamMemberVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.entity.DxContextTeamVOExpand;
* @description: DxContextTeam-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextTeamVOPluginExpand<V extends DxContextTeamVOPluginExpand> {
......
......@@ -11,7 +11,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda
* @description: DxContext-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextVOPluginExpand<V extends DxContextVOPluginExpand> extends DxObjFileLinkVOHolder ,DxLogicDeleteVOHolder ,DxSecretVOHolder{
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupLinkVOPluginExpand;
* @description: DxGroupLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxGroupMemberLinkVOPluginExpand;
* @description: DxGroupMemberLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxGroup-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxOrganizationGroupLinkVOPluginExpand;
* @description: DxOrganizationGroupLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxOrganization-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostMemberLinkVOPluginExpand;
* @description: DxPostMemberLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPostVOPluginExpand;
* @description: DxPost-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalLinkVOPluginExpand;
* @description: DxPrincipalLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxPrincipal-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -21,7 +21,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxUserInfo-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@EqualsAndHashCode
@Data
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxGroupLinkVOExpand;
* @description: DxGroupLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxGroupLinkVOPluginExpand<V extends DxGroupLinkVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxGroupMemberLinkVOExpand;
* @description: DxGroupMemberLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxGroupMemberLinkVOPluginExpand<V extends DxGroupMemberLinkVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxGroup-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
public interface DxGroupVOPluginExpand<V extends DxGroupVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkVOExpand;
* @description: DxOrganizationGroupLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxOrganizationGroupLinkVOPluginExpand<V extends DxOrganizationGroupLinkVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxOrganization-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxOrganizationVOPluginExpand<V extends DxOrganizationVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxPostMemberLinkVOExpand;
* @description: DxPostMemberLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface DxPostMemberLinkVOPluginExpand<V extends DxPostMemberLinkVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxPostVOExpand;
* @description: DxPost-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxPostVOPluginExpand<V extends DxPostVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalLinkVOExpand;
* @description: DxPrincipalLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
public interface DxPrincipalLinkVOPluginExpand<V extends DxPrincipalLinkVOPluginExpand> {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalVOExpand;
* @description: DxPrincipal-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxPrincipalVOPluginExpand<V extends DxPrincipalVOPluginExpand> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalVOPluginExpand;
* @description: DxUserInfo-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxUserInfoVOPluginExpand<V extends DxUserInfoVOPluginExpand> {
......
......@@ -24,7 +24,7 @@
<dependency>
<groupId>com.yonde.dex</groupId>
<artifactId>dex-basic-service-core</artifactId>
<version>4.1-RELEASE</version>
<version>4.1-20240826-RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.yonde.dex</groupId>
......
......@@ -10,7 +10,7 @@ import com.yonde.dex.context.core.service.ContextService;
/**
* @description: dex-bmodel-core-CONFIG
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@Component
public class DexBasicServiceAppServiceConfig extends AbstractDexAppServiceReplacer {
......
......@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgram-Controller
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@Api(tags = "ExtProgram管理服务")
@RequestMapping("/ExtProgram")
......
......@@ -19,7 +19,7 @@ import org.springframework.stereotype.Controller;
* @description: ExtProgramProjectLink-Controller
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@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-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@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-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@NoRepositoryBean
public interface ExtProgramProjectLinkRepositoryShadow<P extends ExtProgramProjectLink> extends BaseRepository<P> ,DxLogicDeleteRepository<P> ,DxLinkDataRepository<P> {
......
......@@ -11,7 +11,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.repository.DxObjFileLinkPluginR
* @description: ExtProgram-repository
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@NoRepositoryBean
public interface ExtProgramRepositoryShadow<P extends ExtProgram> extends DxObjFileLinkPluginRepository<P> ,DxLifecycleManageBaseRepository<P> ,BaseRepository<P> ,DxLogicDeleteRepository<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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface ExtProgramProjectLinkService<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceShadow<V> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.shadow.ExtProgramServiceShadow;
* @description: ExtProgram-service
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface ExtProgramService<V extends ExtProgramVO> extends ExtProgramServiceShadow<V> {
......
......@@ -6,7 +6,7 @@ import com.yonde.dex.basic.core.service.expand.shadow.ExtDxContextServiceShadow;
* @description: DxContext-service
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface ExtDxContextService<V extends DxContextVO> extends ExtDxContextServiceShadow<V> {
......
......@@ -10,7 +10,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic
* @description: DxContext-service
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface ExtDxContextServiceShadow<V extends DxContextVO> extends ExtDxContextServiceFeign<V>, ContextService<V> ,ObjFileLinkPluginService<V> ,LogicDeleteService<V> ,SecretCodePluginService<V> {
......
......@@ -17,7 +17,7 @@ import javax.annotation.Resource;
* @description: ExtProgramProjectLink-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@Slf4j
@Service(ExtProgramProjectLinkServiceImpl.BEAN_NAME)
......
......@@ -17,7 +17,7 @@ import javax.annotation.Resource;
* @description: ExtProgram-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@Slf4j
@Service(ExtProgramServiceImpl.BEAN_NAME)
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.core.service.impl.ContextServiceImpl;
* @description: DxContext-ServiceImpl
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@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-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface ExtProgramProjectLinkServiceShadow<V extends ExtProgramProjectLinkVO> extends ExtProgramProjectLinkServiceFeign<V>, BaseIdEntityService<V> ,LogicDeleteService<V> ,DxLinkDataService<V> {
......
......@@ -11,7 +11,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.core.service.ObjFileLinkPluginServic
* @description: ExtProgram-service
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface ExtProgramServiceShadow<V extends ExtProgramVO> extends ExtProgramServiceFeign<V>, ObjFileLinkPluginService<V> ,LifecycleBaseService<V> ,BaseIdEntityService<V> ,LogicDeleteService<V> ,SecretCodePluginService<V> {
......
......@@ -24,7 +24,7 @@
<dependency>
<groupId>com.yonde.dex</groupId>
<artifactId>dex-basic-service-entity</artifactId>
<version>4.1-RELEASE</version>
<version>4.1-20240826-RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.yonde.dex</groupId>
......
......@@ -39,7 +39,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
* @description: ExtProgram-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@Entity
@EqualsAndHashCode(callSuper = true)
......
......@@ -35,7 +35,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
* @description: ExtProgramProjectLink-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@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-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.basic.expand.entity.DxViewExpand;
* @description: DxView-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxViewPluginExpand {
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextEnterprise-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -20,7 +20,7 @@ import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
* @description: DxContext-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextLibrary-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProduction-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.context.expand.entity.DxContextExpand;
* @description: DxContextProject-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeam-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxContextTeamMember-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
* @description: DxContextEnterprise-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextEnterprisePluginExpand {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
* @description: DxContextLibrary-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextLibraryPluginExpand {
......
package com.yonde.dex.context.expand.plugin;
import com.yonde.dex.context.expand.entity.DxContextExpand;
import com.yonde.dex.dfs.objfilelink.plugin.entities.DxObjFileLinkHolder;
import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteHolder;
import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
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 com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteHolder;
import com.yonde.dex.logicdelete.plugin.entities.DxLogicDeleteEmbeddable;
/**
* @description: DxContext-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextPluginExpand extends DxObjFileLinkHolder ,DxLogicDeleteHolder ,DxSecretHolder{
......@@ -22,12 +22,18 @@ public interface DxContextPluginExpand extends DxObjFileLinkHolder ,DxLogicDelet
default void setDxLogicDeleteEmbeddable(DxLogicDeleteEmbeddable dxLogicDeleteEmbeddable) {
getDxContextExpand().setDxLogicDeleteEmbeddable(dxLogicDeleteEmbeddable);
}
// @Override
// default void setDxObjFileLinkEmbeddable(DxObjFileLinkEmbeddable dxObjFileLinkEmbeddable) {
// getDxContextExpand().setDxObjFileLinkEmbeddable(dxObjFileLinkEmbeddable);
// }
@Override
default DxLogicDeleteEmbeddable getDxLogicDeleteEmbeddable() {
return getDxContextExpand().getDxLogicDeleteEmbeddable();
}
// @Override
// default DxObjFileLinkEmbeddable getDxObjFileLinkEmbeddable() {
// return getDxContextExpand().getDxObjFileLinkEmbeddable();
// }
@Override
default void setDxSecretEmbeddable(DxSecretEmbeddable dxSecretEmbeddable) {
getDxContextExpand().setDxSecretEmbeddable(dxSecretEmbeddable);
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
* @description: DxContextProduction-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface DxContextProductionPluginExpand {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.context.expand.plugin.DxContextPluginExpand;
* @description: DxContextProject-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextProjectPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.context.expand.entity.DxContextTeamMemberExpand;
* @description: DxContextTeamMember-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextTeamMemberPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.context.expand.entity.DxContextTeamExpand;
* @description: DxContextTeam-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxContextTeamPluginExpand {
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxGroup-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:02
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxGroupMemberLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxOrganization-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxOrganizationGroupLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPost-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPostMemberLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipal-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -17,7 +17,7 @@ import com.yonde.dex.basedata.entity.annotation.DexEmbedded;
* @description: DxPrincipalLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -18,7 +18,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxUserInfo-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
@ToString
@Embeddable
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxGroupLinkExpand;
* @description: DxGroupLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxGroupLinkPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxGroupMemberLinkExpand;
* @description: DxGroupMemberLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxGroupMemberLinkPluginExpand {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
* @description: DxGroup-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:02
**/
public interface DxGroupPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxOrganizationGroupLinkExpand;
* @description: DxOrganizationGroupLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxOrganizationGroupLinkPluginExpand {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
* @description: DxOrganization-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxOrganizationPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxPostMemberLinkExpand;
* @description: DxPostMemberLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:04
**/
public interface DxPostMemberLinkPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxPostExpand;
* @description: DxPost-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxPostPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalLinkExpand;
* @description: DxPrincipalLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:45
* @date: 2024-8-28 17:09:03
**/
public interface DxPrincipalLinkPluginExpand {
......
......@@ -4,7 +4,7 @@ import com.yonde.dex.user.expand.entity.DxPrincipalExpand;
* @description: DxPrincipal-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxPrincipalPluginExpand {
......
......@@ -5,7 +5,7 @@ import com.yonde.dex.user.expand.plugin.DxPrincipalPluginExpand;
* @description: DxUserInfo-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-8-26 16:31:46
* @date: 2024-8-28 17:09:03
**/
public interface DxUserInfoPluginExpand {
......
......@@ -23,7 +23,7 @@
<dependency>
<groupId>com.yonde.dex</groupId>
<artifactId>dex-basic-service-feign</artifactId>
<version>4.1-RELEASE</version>
<version>4.1-20240826-RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.yonde.dex</groupId>
......
This diff is collapsed.
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