update
This commit is contained in:
parent
fcf8024b7e
commit
39161ebca1
@ -1,21 +1,7 @@
|
|||||||
<?php
|
<?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;
|
namespace app\adminapi\controller\financial;
|
||||||
|
|
||||||
|
|
||||||
use app\adminapi\controller\BaseAdminController;
|
use app\adminapi\controller\BaseAdminController;
|
||||||
use app\adminapi\lists\financial\FinancialBudgetDocLists;
|
use app\adminapi\lists\financial\FinancialBudgetDocLists;
|
||||||
use app\adminapi\logic\financial\FinancialBudgetDocLogic;
|
use app\adminapi\logic\financial\FinancialBudgetDocLogic;
|
||||||
@ -34,7 +20,6 @@
|
|||||||
class FinancialBudgetDocController extends BaseAdminController
|
class FinancialBudgetDocController extends BaseAdminController
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 获取财务管理--项目预算书列表
|
* @notes 获取财务管理--项目预算书列表
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
@ -46,7 +31,6 @@
|
|||||||
return $this->dataLists(new FinancialBudgetDocLists());
|
return $this->dataLists(new FinancialBudgetDocLists());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 添加财务管理--项目预算书
|
* @notes 添加财务管理--项目预算书
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
@ -63,7 +47,6 @@
|
|||||||
return $this->fail(FinancialBudgetDocLogic::getError());
|
return $this->fail(FinancialBudgetDocLogic::getError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 编辑财务管理--项目预算书
|
* @notes 编辑财务管理--项目预算书
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
@ -80,7 +63,6 @@
|
|||||||
return $this->fail(FinancialBudgetDocLogic::getError());
|
return $this->fail(FinancialBudgetDocLogic::getError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 删除财务管理--项目预算书
|
* @notes 删除财务管理--项目预算书
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
@ -97,7 +79,6 @@
|
|||||||
return $this->fail(FinancialBudgetDocLogic::getError());
|
return $this->fail(FinancialBudgetDocLogic::getError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 获取财务管理--项目预算书详情
|
* @notes 获取财务管理--项目预算书详情
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user