feat: spu

This commit is contained in:
2025-01-22 11:04:12 +08:00
parent 2beb8d9e55
commit 9b7390129d
10 changed files with 426 additions and 10 deletions

View File

@@ -15,4 +15,10 @@ class GoodCode
*/
const int SKU_IS_NO_DEL = 1;
const int SKU_IS_DELETE = 2;
/**
* @var int 1=自选 2=套餐
*/
CONST INT SPU_TYPE_OPTIONAL = 1;
CONST INT SPU_TYPE_MEAL = 2;
}