Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan_gzy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan_gzy
Merge requests
!135
Feature/fengguangyu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feature/fengguangyu
feature/fengguangyu
into
develop
Overview
0
Commits
4
Pipelines
1
Changes
17
Closed
班迪
requested to merge
feature/fengguangyu
into
develop
4 years ago
Overview
0
Commits
4
Pipelines
1
Changes
17
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
fe55725d
4 commits,
4 years ago
17 files
+
136
−
63
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/api/IBaseConfigController.java
+
2
−
1
Options
@@ -4,6 +4,7 @@ import com.seasky.core.common.Result;
import
com.seasky.projectplan.dto.baseconfig.budgetswitch.BudgetSwitchCmd
;
import
com.seasky.projectplan.dto.baseconfig.budgetswitch.BudgetSwitchOut
;
import
com.seasky.projectplan.dto.baseconfig.budgetswitch.BudgetSwitchQry
;
import
com.seasky.projectplan.dto.baseconfig.budgetswitch.InitBudgetCmd
;
import
com.seasky.projectplan.dto.baseconfig.devicetype.DeviceTypeCmd
;
import
com.seasky.projectplan.dto.baseconfig.devicetype.DeviceTypeOut
;
import
com.seasky.projectplan.dto.baseconfig.devicetype.DeviceTypeQry
;
@@ -42,7 +43,7 @@ public interface IBaseConfigController {
Result
<
Object
>
saveBudgetSwitch
(
@RequestBody
BudgetSwitchCmd
cmd
);
@PostMapping
(
"/initBudgetDeptSwitch"
)
Result
<
Object
>
initBudgetDeptSwitch
(
@RequestBody
String
type
);
Result
<
Object
>
initBudgetDeptSwitch
(
@RequestBody
InitBudgetCmd
type
);
@PostMapping
(
"/openDeptSwitch"
)