feat: sku
This commit is contained in:
18
app/Constants/Common/GoodCode.php
Normal file
18
app/Constants/Common/GoodCode.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class GoodCode
|
||||
{
|
||||
/***
|
||||
* @var int 1=未删除 2=已删除
|
||||
*/
|
||||
const int SPU_IS_NO_DEL = 1;
|
||||
const int SPU_IS_DELETE = 2;
|
||||
|
||||
/**
|
||||
* @var int 1=未删除 2=已删除
|
||||
*/
|
||||
const int SKU_IS_NO_DEL = 1;
|
||||
const int SKU_IS_DELETE = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user