From fbb16a120ec7fa72f9757d4c7ffb1cfcbe301275 Mon Sep 17 00:00:00 2001 From: Devian Date: Wed, 5 May 2021 20:52:52 +0800 Subject: Update --- src/Entity/ScoTracking.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Entity/ScoTracking.php') diff --git a/src/Entity/ScoTracking.php b/src/Entity/ScoTracking.php index f15231f..64e83b2 100644 --- a/src/Entity/ScoTracking.php +++ b/src/Entity/ScoTracking.php @@ -9,6 +9,7 @@ use Carbon\Carbon; class ScoTracking { public $userId; + public $uuid; public $sco; public $scoreRaw; public $scoreMin; @@ -40,6 +41,16 @@ class ScoTracking $this->userId = $userId; } + public function getUuid() + { + return $this->uuid; + } + + public function setUuid($uuid) + { + $this->uuid = $uuid; + } + /** * @return Sco */ -- cgit v1.2.3