17 lines
374 B
C#
17 lines
374 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Crm.Core.MsgTool.Domain
|
|
{
|
|
public enum ParameterEnums
|
|
{
|
|
/// <summary>
|
|
/// 企微发送工具提前发送消息指令的时间(分钟)
|
|
/// </summary>
|
|
MSG_TOOL_ADVANCED_NOTIFICATION_TIME_MINUTES
|
|
}
|
|
}
|