+ Add the property for quick reference.

This commit is contained in:
dingguodong
2024-05-13 14:56:01 +08:00
committed by caoyanyi
parent d39a215e74
commit 7cd2a8f472
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ declare(strict_types=1);
* @author Yidong Wang <yidong@cnezsoft.com>
* @package job
* @version $Id$
* @property jobZen $jobZen
* @property jobModel $job
* @link https://www.zentao.net
*/
class job extends control
+1
View File
@@ -8,6 +8,7 @@ declare(strict_types=1);
* @author Zenggang <zenggang@easycorp.ltd>
* @package job
* @link https://www.zentao.net
* @property jobModel $job
*/
class jobZen extends job
{