add HubsConstant.cs
This commit is contained in:
parent
c6d8909994
commit
5e3d6a3c84
1
.gitignore
vendored
1
.gitignore
vendored
@ -269,3 +269,4 @@ __pycache__/
|
||||
/ZR.Admin.WebApi/Properties/launchSettings.json
|
||||
/ZR.Admin.WebApi/ZRAdmin.xml
|
||||
/ZR.Admin.WebApi/DataProtection
|
||||
/Quartz.NET.WindowsService
|
||||
|
||||
16
Infrastructure/Constant/HubsConstant.cs
Normal file
16
Infrastructure/Constant/HubsConstant.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Infrastructure.Constant
|
||||
{
|
||||
public class HubsConstant
|
||||
{
|
||||
private const string V = "receiveNotice";
|
||||
public static string ReceiveNotice = V;
|
||||
public static string OnlineNum = "onlineNum";
|
||||
public static string MoreNotice = "moreNotice";
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user