This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Game/Server/common/db/mysql/sql_code/const.go
2025-06-25 00:01:48 +08:00

25 lines
321 B
Go

package sql_code
const (
Unread_HasRead = 1
Unread_NotRead = 0
IsAgree_Agree = 1
IsAgree_Refuse = -1
IsAgree_NoDeal = 0
Online = 1
Offline = 0
Mail_UN_READ = 0
MAIL_UN_READ = 0
MAIL_READ_NOT_GET = 1
MAIL_READ_HAS_GET = 2
MAIL_HAS_DELETE = 3
MAIL_NO_EXTRAL = 0
MAIL_HAS_EXTRAL = 1
)