修改上报位置

This commit is contained in:
wucongxing 2023-08-23 10:33:29 +08:00
parent c83a7c1874
commit 9630e66233

View File

@ -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.
*/