* Optimized code format todo model.

This commit is contained in:
jukui
2023-05-08 20:54:29 +08:00
parent 11dc14e820
commit eca3ecabc1
+6 -5
View File
@@ -231,14 +231,15 @@ class todoModel extends model
}
/**
* 获取用户的待办事项列表。
* Get todo list of a user.
*
* @param string $type
* @param string $account
* @param string $type
* @param string $account
* @param string|array $status all|today|thisweek|lastweek|before, or a date.
* @param int $limit
* @param ?object $pager
* @param string $orderBy
* @param int $limit
* @param ?object $pager
* @param string $orderBy
* @access public
* @return array
*/