其余文件
This commit is contained in:
9
app/common/enum/ActivityAreaEnum.php
Normal file
9
app/common/enum/ActivityAreaEnum.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\common\enum;
|
||||
class ActivityAreaEnum
|
||||
{
|
||||
|
||||
const STATUS_OPEN = 1;
|
||||
const STATUS_CLOSE = 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user