You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- namespace HealthMonitor.Util.Common
- {
- public class UtilConsts
- {
- /// <summary>
- /// HttpClient常用配置分组名称
- /// </summary>
- public const string DEFAULT_HTTPCLIENT_NAME = "DataService";
- /// <summary>
- /// 设备相关表的默认缓存时间(单位秒)
- /// </summary>
- public const int DEFAULT_DEVICE_DURATION = 900; //15分钟
- }
- }
|