feat : rank

This commit is contained in:
2025-04-08 17:59:24 +08:00
parent 35abf99854
commit edb295cbe2
10 changed files with 495 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Constants\Common;
class LeaderboardHistoryCode
{
/**
* 排行榜类型 1=厨师评分榜 2=厨师销量榜
*/
const int TYPE_CHEF_SCORE = 1;
const int TYPE_CHEF_SALE = 2;
}