feat : site

This commit is contained in:
2025-02-27 17:21:21 +08:00
parent a76d360b77
commit 3be21ed1b6
6 changed files with 305 additions and 0 deletions

View File

@@ -53,4 +53,11 @@ class SiteCode
* @var string 站点不删除
*/
const SITE_NO_DEL = 1;
/**
* @var int 用户默认地址 1=否 2=是
*/
CONST INT USER_NO_DEFAULT = 1;
CONST INT USER_DEFAULT = 2;
}