Files
Yi.Admin/Yi.Furion.Net6/Yi.Furion.Core/Bbs/Consts/PlateConst.cs

18 lines
332 B
C#
Raw Normal View History

2023-04-13 21:12:06 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2023-04-15 22:44:33 +08:00
namespace Yi.Furion.Core.Bbs.Consts
2023-04-13 21:12:06 +08:00
{
/// <summary>
/// 常量定义
/// </summary>
2023-04-15 22:44:33 +08:00
public class PlateConst
2023-04-13 21:12:06 +08:00
{
2023-04-15 22:44:33 +08:00
public const string = "传入的板块id不存在";
2023-04-13 21:12:06 +08:00
}
}