定时任务提交
This commit is contained in:
10
Server/application/api/model/CompanyAccountModel.php
Normal file
10
Server/application/api/model/CompanyAccountModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class CompanyAccountModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
9
Server/application/api/model/DeviceModel.php
Normal file
9
Server/application/api/model/DeviceModel.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class DeviceModel extends Model {
|
||||
|
||||
}
|
||||
10
Server/application/api/model/FriendTaskModel.php
Normal file
10
Server/application/api/model/FriendTaskModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class FriendTaskModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
10
Server/application/api/model/WechatAccountModel.php
Normal file
10
Server/application/api/model/WechatAccountModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class WechatAccountModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
10
Server/application/api/model/WechatChatroomMemberModel.php
Normal file
10
Server/application/api/model/WechatChatroomMemberModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class WechatChatroomMemberModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
10
Server/application/api/model/WechatChatroomModel.php
Normal file
10
Server/application/api/model/WechatChatroomModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class WechatChatroomModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
10
Server/application/api/model/WechatFriendModel.php
Normal file
10
Server/application/api/model/WechatFriendModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class WechatFriendModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user