* Adjust method return value and unit test.

This commit is contained in:
caoyanyi
2023-08-21 16:23:50 +08:00
parent f7586c0439
commit 907b2718f4
2 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -115,13 +115,13 @@ class projectModel extends model
}
/**
* 获取项目的预算单位列表。
* Get budget unit list.
*
* @access public
* @return array
*/
public function getBudgetUnitList()
public function getBudgetUnitList(): array
{
$budgetUnitList = array();
if($this->config->vision != 'lite')