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