mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
6 lines
152 B
C#
6 lines
152 B
C#
namespace Yi.Framework.Bbs.Domain.Shared.Consts;
|
|
|
|
public class DiscussLableConst
|
|
{
|
|
public const string DiscussLableCacheKey="DiscussLable:All";
|
|
} |