mao.class.php 489 B

12345678910111213141516
  1. <?php
  2. /**
  3. * The cache library of zentaopms.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
  6. * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Lu Fei <lufei@easycorp.ltd>
  8. * @package cache
  9. * @link https://www.zentao.net
  10. */
  11. helper::import(dirname(__FILE__, 2) . '/base/mao/mao.class.php');
  12. class mao extends baseMao
  13. {
  14. }