Files

7 lines
100 B
Go
Raw Permalink Normal View History

2026-04-09 10:01:23 +08:00
package constants
const (
SystemAuditUserID int64 = 0
SystemAuditUserName string = "system"
)