feat : spu
This commit is contained in:
13
app/Constants/Common/CategoryCode.php
Normal file
13
app/Constants/Common/CategoryCode.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class CategoryCode
|
||||
{
|
||||
/**
|
||||
* 商品分类 1=菜品 2=主食 3=加饭
|
||||
*/
|
||||
CONST DISH = 1;
|
||||
CONST STAPLE = 2;
|
||||
CONST EXTRA_STAPLE = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user