package stringx
import "gitee.com/timedb/wheatCache/pkg/structure"
type StringX struct {
structure.KeyBase
Value string
}