Commit 79e7da49 authored by 侯彦文's avatar 侯彦文

删除历史数据

parent 5fedf2de
......@@ -22,7 +22,7 @@ import com.yonde.dex.baseweb.AbstractBaseController;
* @version: V
* @date: 2024-10-29 13:56:20
**/
public class ExtPlanParentControllerShadow<V extends ExtPlanParentVO, S extends ExtPlanParentService<V>> implements AbstractBaseController<V, S> ,DxHistoryController<V, S>{
public class ExtPlanParentControllerShadow<V extends ExtPlanParentVO, S extends ExtPlanParentService<V>> implements AbstractBaseController<V, S>{
public static final String BEAN_NAME = "extPlanParentController";
......
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtICMExternalInterfacePlanCurrent;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanRepository;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanCurrentRepository;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanRepository;
/**
* @description: ExtICMExternalInterfacePlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:15
**/
public interface ExtICMExternalInterfacePlanCurrentRepository<P extends ExtICMExternalInterfacePlanCurrent> extends ExtICMExternalInterfacePlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtICMExternalInterfacePlanHistory;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanRepository;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanHistoryRepository;
import com.yonde.dcs.plan.core.repository.ExtICMExternalInterfacePlanRepository;
/**
* @description: ExtICMExternalInterfacePlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:15
**/
public interface ExtICMExternalInterfacePlanHistoryRepository<P extends ExtICMExternalInterfacePlanHistory> extends ExtICMExternalInterfacePlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtIEDPlanCurrent;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanCurrentRepository;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanRepository;
/**
* @description: ExtIEDPlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:14
**/
public interface ExtIEDPlanCurrentRepository<P extends ExtIEDPlanCurrent> extends ExtIEDPlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtIEDPlanHistory;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtIEDPlanHistoryRepository;
/**
* @description: ExtIEDPlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:14
**/
public interface ExtIEDPlanHistoryRepository<P extends ExtIEDPlanHistory> extends ExtIEDPlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPlanCurrent;
import com.yonde.dcs.plan.core.repository.ExtPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanCurrentRepository;
/**
* @description: ExtPlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:12
**/
public interface ExtPlanCurrentRepository<P extends ExtPlanCurrent> extends ExtPlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPlanHistory;
import com.yonde.dcs.plan.core.repository.ExtPlanRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanHistoryRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanRepository;
/**
* @description: ExtPlan-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:12
**/
public interface ExtPlanHistoryRepository<P extends ExtPlanHistory> extends ExtPlanRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPlanParentCurrent;
import com.yonde.dcs.plan.core.repository.ExtPlanParentRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanParentCurrentRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanParentRepository;
/**
* @description: ExtPlanParent-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:20
**/
public interface ExtPlanParentCurrentRepository<P extends ExtPlanParentCurrent> extends ExtPlanParentRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPlanParentHistory;
import com.yonde.dcs.plan.core.repository.ExtPlanParentRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanParentRepository;
import com.yonde.dcs.plan.core.repository.ExtPlanParentHistoryRepository;
/**
* @description: ExtPlanParent-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:20
**/
public interface ExtPlanParentHistoryRepository<P extends ExtPlanParentHistory> extends ExtPlanParentRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPuchasePlanAttributeCurrent;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeRepository;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeRepository;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeCurrentRepository;
/**
* @description: ExtPuchasePlanAttribute-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:14
**/
public interface ExtPuchasePlanAttributeCurrentRepository<P extends ExtPuchasePlanAttributeCurrent> extends ExtPuchasePlanAttributeRepository<P> {
}
package com.yonde.dcs.plan.core.repository;
import com.yonde.dcs.plan.entity.po.ExtPuchasePlanAttributeHistory;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeRepository;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeRepository;
import com.yonde.dcs.plan.core.repository.ExtPuchasePlanAttributeHistoryRepository;
/**
* @description: ExtPuchasePlanAttribute-repository
* @author: dexadmin
* @version: V
* @date: 2024-10-29 13:56:14
**/
public interface ExtPuchasePlanAttributeHistoryRepository<P extends ExtPuchasePlanAttributeHistory> extends ExtPuchasePlanAttributeRepository<P> {
}
......@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @version: V
* @date: 2024-10-29 13:56:20
**/
public interface ExtPlanParentServiceShadow<V extends ExtPlanParentVO> extends ExtPlanParentServiceFeign<V>, DxHistoryPluginService<V> ,BaseIdEntityService<V> ,LogicDeleteService<V> {
public interface ExtPlanParentServiceShadow<V extends ExtPlanParentVO> extends ExtPlanParentServiceFeign<V>,BaseIdEntityService<V> ,LogicDeleteService<V> {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment