feat: 添加公告管理
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.Rbac.Domain.Shared.Enums
|
||||
{
|
||||
public enum NoticeTypeEnum
|
||||
{
|
||||
[Description("走马灯")]
|
||||
MerryGoRound = 0,
|
||||
[Description("提示弹窗")]
|
||||
Popup = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user