Files
exchange_go/common/const/rediskey/sys_dict.go
2025-02-27 15:05:34 +08:00

7 lines
195 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package rediskey
const (
SysDictKey = "sys_dict:%s" //字典类型 {类型code}
SysDictDataKey = "sys_dict_data:%s:%s" //字典数据 {字典类型code字典数据code}
)