feat: sku

This commit is contained in:
2025-01-22 11:15:02 +08:00
parent 9b7390129d
commit acca7ba7c7
4 changed files with 23 additions and 1 deletions

View File

@@ -21,4 +21,10 @@ class GoodCode
*/
CONST INT SPU_TYPE_OPTIONAL = 1;
CONST INT SPU_TYPE_MEAL = 2;
/**
* @var int 1=上架 2=下架
*/
CONST INT LISTING = 1;
CONST INT DELIST = 2;
}