This commit is contained in:
weiz 2024-04-06 15:30:51 +08:00
parent fcf8024b7e
commit 39161ebca1

View File

@ -1,21 +1,7 @@
<?php
// +----------------------------------------------------------------------
// | likeadmin快速开发前后端分离管理后台PHP版
// +----------------------------------------------------------------------
// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
// | 开源版本可自由商用可去除界面版权logo
// | gitee下载https://gitee.com/likeshop_gitee/likeadmin
// | github下载https://github.com/likeshop-github/likeadmin
// | 访问官网https://www.likeadmin.cn
// | likeadmin团队 版权所有 拥有最终解释权
// +----------------------------------------------------------------------
// | author: likeadminTeam
// +----------------------------------------------------------------------
namespace app\adminapi\controller\financial;
use app\adminapi\controller\BaseAdminController;
use app\adminapi\lists\financial\FinancialBudgetDocLists;
use app\adminapi\logic\financial\FinancialBudgetDocLogic;
@ -34,7 +20,6 @@
class FinancialBudgetDocController extends BaseAdminController
{
/**
* @notes 获取财务管理--项目预算书列表
* @return \think\response\Json
@ -46,7 +31,6 @@
return $this->dataLists(new FinancialBudgetDocLists());
}
/**
* @notes 添加财务管理--项目预算书
* @return \think\response\Json
@ -63,7 +47,6 @@
return $this->fail(FinancialBudgetDocLogic::getError());
}
/**
* @notes 编辑财务管理--项目预算书
* @return \think\response\Json
@ -80,7 +63,6 @@
return $this->fail(FinancialBudgetDocLogic::getError());
}
/**
* @notes 删除财务管理--项目预算书
* @return \think\response\Json
@ -97,7 +79,6 @@
return $this->fail(FinancialBudgetDocLogic::getError());
}
/**
* @notes 获取财务管理--项目预算书详情
* @return \think\response\Json