添加项目文件。
This commit is contained in:
24
common/Tnb.Common/Options/MessageOptions.cs
Normal file
24
common/Tnb.Common/Options/MessageOptions.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using JNPF.ConfigurableOptions;
|
||||
|
||||
namespace JNPF.Common.Options;
|
||||
|
||||
/// <summary>
|
||||
/// JNPF基本配置.
|
||||
/// </summary>
|
||||
public sealed class MessageOptions : IConfigurableOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// 前端pc外链.
|
||||
/// </summary>
|
||||
public string DoMainPc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 前端App外链.
|
||||
/// </summary>
|
||||
public string DoMainApp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 前端App个推外链.
|
||||
/// </summary>
|
||||
public string AppPushUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user