* Add case of program model.

This commit is contained in:
田淑杰
2023-01-05 14:48:35 +08:00
parent ccbfbcf1d2
commit 2bf91bac23
3 changed files with 30 additions and 7 deletions
+11
View File
@@ -211,4 +211,15 @@ class programTest
{
return $this->program->getTreeMenu($programID);
}
/**
* Get kanban group.
*
* @access public
* @return array
*/
public function getKanbanGroupTest()
{
return $this->program->getKanbanGroup();
}
}