mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 05:25:32 +08:00
21 lines
360 B
PHP
21 lines
360 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
/**
|
||
* dbeav_mdl_meta_value_int
|
||
* meta datetimeʹȡ
|
||
*
|
||
* @version $Id$
|
||
* @copyright 2003-2007 ShopEx
|
||
* @author Ken <ken@shopex.cn>
|
||
* @license Commercial
|
||
*/
|
||
class dbeav_mdl_meta_value_datetime extends dbeav_metavalue{
|
||
|
||
|
||
}
|