feat : catering

This commit is contained in:
2025-03-10 16:52:23 +08:00
parent c21fc1ef90
commit 2e67b921bd
14 changed files with 598 additions and 54 deletions

View File

@@ -69,9 +69,9 @@ class AdminUser extends Model
/**
* @param int $id
* @return \Hyperf\Database\Model\Model|Builder|null
* @return \Hyperf\Database\Model\Model|null
*/
public function getAdminInfoById(int $id): \Hyperf\Database\Model\Model|Builder|null
public function getAdminInfoById(int $id): \Hyperf\Database\Model\Model|null
{
return $this->where('id', $id)->where('is_del',UserCode::IS_NO_DEL)->first();
}

View File

@@ -9,7 +9,8 @@ use Hyperf\DbConnection\Model\Model;
/**
* @property int $id
* @property int $driver_id
* @property int $driver_id
* @property string $driver_name
* @property int $driver_num
* @property int $sequence
* @property string $create_time