mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
31 lines
346 B
PHP
31 lines
346 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class base_misc_task{
|
||
|
||
function week(){
|
||
|
||
}
|
||
|
||
function minute(){
|
||
|
||
}
|
||
|
||
function hour(){
|
||
|
||
}
|
||
|
||
function day(){
|
||
//base_kvstore::delete_expire_data();
|
||
}
|
||
|
||
function month(){
|
||
|
||
}
|
||
|
||
}
|