temp
This commit is contained in:
24
Server/common/db/mysql/sql_code/const.go
Normal file
24
Server/common/db/mysql/sql_code/const.go
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user