feat: spu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user