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

@@ -95,6 +95,15 @@ class CommonRedisKey
return '__system:site:list';
}
/**
* @param int $siteId
* @return string
*/
public static function siteInfoKey(int $siteId): string
{
return '__system:site:info:id:'.$siteId;
}
/**
* @return string
*/