* [refac] modify class comment.

This commit is contained in:
liugang
2024-11-20 15:42:49 +08:00
committed by 朱金勇
parent e278cffb60
commit 19176ed148
+4 -5
View File
@@ -1,13 +1,12 @@
<?php
declare(strict_types=1);
/**
* The model file of caselib module of ZenTaoPMS.
* The model file of cache module of ZenTaoPMS.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
* @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package caselib
* @version $Id: model.php 5114 2013-07-12 06:02:59Z chencongzhi520@gmail.com $
* @author Gang Liu <liugang@chandao.com>
* @package cache
* @link https://www.zentao.net
*/
class cacheModel extends model