glhcp/server/app/common/enum/ActivityAreaEnum.php

9 lines
116 B
PHP
Raw Normal View History

2023-08-10 06:59:52 +00:00
<?php
namespace app\common\enum;
class ActivityAreaEnum
{
const STATUS_OPEN = 1;
const STATUS_CLOSE = 0;
}