feat : banner

This commit is contained in:
2025-03-27 16:24:04 +08:00
parent 1085ba14e8
commit 02b51081d3
4 changed files with 88 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Constants\Common;
class BannerCode
{
/**
* @var int 1=显示 2=隐藏
*/
CONST INT DISPLAYED = 1;
CONST INT HIDDEN = 2;
}