Commit 9fdb5301 by liulongfei

1. 添加提示消息

2.  添加快捷键 Take当前页打开下一页
parent 88c5bb42
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VIZ.Package.Domain
{
/// <summary>
/// 弹出提示消息
/// </summary>
public class AlertMessage
{
/// <summary>
/// 消息
/// </summary>
public string Message { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment