* Add export view.

This commit is contained in:
daitingting
2023-07-17 05:55:26 +00:00
parent 545a3d7458
commit f27b6372ab
+12
View File
@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
/**
* The yyy view file of xxx module of ZenTaoPMS.
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Tingting Dai <daitingting@easycorp.ltd>
* @package xxx
* @link https://www.zentao.net
*/
include '../../file/ui/export.html.php';