feat: order

This commit is contained in:
2025-02-11 11:28:23 +08:00
parent 88ee75143e
commit cc5790ce20
4 changed files with 35 additions and 4 deletions

View File

@@ -42,4 +42,10 @@ class OrderCode
*/
const ORDER_TYPE_GOOD = 1;
const ORDER_TYPE_BALANCE = 2;
/**
* @var string 订单类型前缀
*/
const ORDER_TYPE_GOOD_PREFIX = 'OG';
const ORDER_TYPE_BALANCE_PREFIX = 'OB';
}