其余文件
This commit is contained in:
17
app/common/model/sign_daily/SignDaily.php
Normal file
17
app/common/model/sign_daily/SignDaily.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\common\model\sign_daily;
|
||||
|
||||
|
||||
use app\common\basics\Models;
|
||||
|
||||
/**
|
||||
* 签到
|
||||
* Class SignDaily
|
||||
* @package app\common\model\sign_daily
|
||||
*/
|
||||
class SignDaily extends Models
|
||||
{
|
||||
|
||||
}
|
||||
17
app/common/model/sign_daily/UserSign.php
Normal file
17
app/common/model/sign_daily/UserSign.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\common\model\sign_daily;
|
||||
|
||||
|
||||
use app\common\basics\Models;
|
||||
|
||||
/**
|
||||
* 用户签到
|
||||
* Class SignDaily
|
||||
* @package app\common\model\sign_daily
|
||||
*/
|
||||
class UserSign extends Models
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user