mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
16 lines
287 B
PHP
16 lines
287 B
PHP
<?php
|
|
|
|
namespace App\Http\Enum;
|
|
|
|
|
|
class CacheKeyEnum
|
|
{
|
|
|
|
const STOCK_RULE_PROPORTION = "stock_rule_proportion";
|
|
|
|
const DEFAULT_EXPIRE_DAY = "default_expire_day";
|
|
|
|
const SPU_STATISTIC_BY_DATE = "spu_statistic_by_date";
|
|
|
|
const SKU_ADMIN_ROLE_IDS = "sku_admin_role_ids";
|
|
} |