Skip to content
Snippets Groups Projects

Feature/bandi

Merged 班迪 requested to merge feature/bandi into develop
Compare and
23 files
+ 496
31
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -9,10 +9,13 @@ import com.seasky.projectplan.dto.baseconfig.DeptQry;
import com.seasky.projectplan.dto.baseconfig.LoginOut;
import com.seasky.projectplan.dto.baseconfig.OrganizationSystemOut;
import com.seasky.projectplan.dto.baseconfig.UserQry;
import com.seasky.projectplan.dto.budgetinfo.TemplateOut;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
/**
* 基础数据控制器
*
@@ -41,4 +44,5 @@ public interface IBaseInfoController {
Result<MenuDTO> listChildrenMenu(Long id);
@PostMapping(path = "/loginOut")
LoginOut loginOut();
}