namespace NapCatRobotClient.Core { /// /// 缓存前缀 /// public class RedisPrefix { public const string GoodsKey = "GoodsInfo"; } }