修改上报位置
This commit is contained in:
@@ -7,6 +7,7 @@ namespace App\Model;
|
||||
|
||||
|
||||
use Hyperf\Database\Model\Collection;
|
||||
use Hyperf\Snowflake\Concern\Snowflake;
|
||||
|
||||
/**
|
||||
* @property int $user_location_id 主键id
|
||||
@@ -22,6 +23,8 @@ use Hyperf\Database\Model\Collection;
|
||||
*/
|
||||
class UserLocation extends Model
|
||||
{
|
||||
use Snowflake;
|
||||
|
||||
/**
|
||||
* The table associated with the model.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user