add HubsConstant.cs
This commit is contained in:
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user