Skip to content
Snippets Groups Projects

Feature/fengguangyu

Closed 班迪 requested to merge feature/fengguangyu into develop
Compare and
17 files
+ 136
63
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -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")