* Move dataview from 18x.

This commit is contained in:
songchenxuan
2023-11-14 09:48:53 +08:00
parent 33968e45ab
commit faae2dac06
28 changed files with 2565 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
/**
* The control file of dataview module of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package dept
* @version $Id: control.php 4157 2013-01-20 07:09:42Z wwccss $
* @link http://www.zentao.net
*/
class dataview extends control
{
}