feat : order

This commit is contained in:
2025-03-06 16:25:25 +08:00
parent 5ad53e55be
commit 88fdd218b3
10 changed files with 82 additions and 57 deletions

View File

@@ -60,4 +60,10 @@ class OrderCode
*/
const string ORDER_TYPE_GOOD_PREFIX = 'OG';
const string ORDER_TYPE_BALANCE_PREFIX = 'OB';
/**
* @var int 1=自选 2=套餐
*/
CONST INT ORDER_TYPE_OPTIONAL = 1;
CONST INT ORDER_TYPE_MEAL = 2;
}