feat : banner
This commit is contained in:
12
app/Constants/Common/BannerCode.php
Normal file
12
app/Constants/Common/BannerCode.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class BannerCode
|
||||
{
|
||||
/**
|
||||
* @var int 1=显示 2=隐藏
|
||||
*/
|
||||
CONST INT DISPLAYED = 1;
|
||||
CONST INT HIDDEN = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user