model.php 488 B

123456789101112131415
  1. <?php
  2. /**
  3. * The model file of index module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package index
  9. * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $
  10. */
  11. ?>
  12. <?php
  13. class indexModel extends model
  14. {
  15. }