Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-plan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dcs-plan
Commits
79e7da49
Commit
79e7da49
authored
Oct 30, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除历史数据
parent
5fedf2de
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
2 additions
and
142 deletions
+2
-142
ExtPlanParentControllerShadow.java
...core/controller/shadow/ExtPlanParentControllerShadow.java
+1
-1
ExtICMExternalInterfacePlanCurrentRepository.java
...ository/ExtICMExternalInterfacePlanCurrentRepository.java
+0
-14
ExtICMExternalInterfacePlanHistoryRepository.java
...ository/ExtICMExternalInterfacePlanHistoryRepository.java
+0
-14
ExtIEDPlanCurrentRepository.java
...dcs/plan/core/repository/ExtIEDPlanCurrentRepository.java
+0
-14
ExtIEDPlanHistoryRepository.java
...dcs/plan/core/repository/ExtIEDPlanHistoryRepository.java
+0
-14
ExtPlanCurrentRepository.java
...de/dcs/plan/core/repository/ExtPlanCurrentRepository.java
+0
-14
ExtPlanHistoryRepository.java
...de/dcs/plan/core/repository/ExtPlanHistoryRepository.java
+0
-14
ExtPlanParentCurrentRepository.java
.../plan/core/repository/ExtPlanParentCurrentRepository.java
+0
-14
ExtPlanParentHistoryRepository.java
.../plan/core/repository/ExtPlanParentHistoryRepository.java
+0
-14
ExtPuchasePlanAttributeCurrentRepository.java
.../repository/ExtPuchasePlanAttributeCurrentRepository.java
+0
-14
ExtPuchasePlanAttributeHistoryRepository.java
.../repository/ExtPuchasePlanAttributeHistoryRepository.java
+0
-14
ExtPlanParentServiceShadow.java
.../plan/core/service/shadow/ExtPlanParentServiceShadow.java
+1
-1
No files found.
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/controller/shadow/ExtPlanParentControllerShadow.java
View file @
79e7da49
...
@@ -22,7 +22,7 @@ import com.yonde.dex.baseweb.AbstractBaseController;
...
@@ -22,7 +22,7 @@ import com.yonde.dex.baseweb.AbstractBaseController;
* @version: V
* @version: V
* @date: 2024-10-29 13:56:20
* @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"
;
public
static
final
String
BEAN_NAME
=
"extPlanParentController"
;
...
...
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtICMExternalInterfacePlanCurrentRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtICMExternalInterfacePlanHistoryRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtIEDPlanCurrentRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtIEDPlanHistoryRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPlanCurrentRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPlanHistoryRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPlanParentCurrentRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPlanParentHistoryRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPuchasePlanAttributeCurrentRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/repository/ExtPuchasePlanAttributeHistoryRepository.java
deleted
100644 → 0
View file @
5fedf2de
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
>
{
}
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/service/shadow/ExtPlanParentServiceShadow.java
View file @
79e7da49
...
@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
...
@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @version: V
* @version: V
* @date: 2024-10-29 13:56:20
* @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
>
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment