mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
34 lines
391 B
PHP
34 lines
391 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/*
|
||
|
||
*/
|
||
|
||
class omevirtualwms_task{
|
||
|
||
function week(){
|
||
|
||
}
|
||
|
||
function minute(){
|
||
|
||
}
|
||
|
||
function hour(){
|
||
app::get('omevirtualwms')->model('dataStatus')->scanANDclean();
|
||
}
|
||
|
||
function day(){
|
||
|
||
}
|
||
|
||
function month(){
|
||
|
||
}
|
||
|
||
}
|