chore: 构建稳定版本
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.Bbs.Domain.Shared.Consts
|
||||
{
|
||||
/// <summary>
|
||||
/// 常量定义
|
||||
/// </summary>
|
||||
|
||||
public class ArticleConst
|
||||
{
|
||||
public const string No_Exist = "传入的文章id不存在";
|
||||
|
||||
public const string No_Permission = "该文章无权限";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user