doc: 字典表增加 xml 描述信息
This commit is contained in:
parent
182f598d84
commit
173626490e
|
@ -174,7 +174,7 @@ namespace Bootstrap.DataAccess
|
||||||
public string RetrieveLocaleIPSvr() => DictHelper.RetrieveDicts().FirstOrDefault(d => d.Category == "系统设置" && d.Name == "IP地理位置接口" && d.Define == 0)?.Code ?? string.Empty;
|
public string RetrieveLocaleIPSvr() => DictHelper.RetrieveDicts().FirstOrDefault(d => d.Category == "系统设置" && d.Name == "IP地理位置接口" && d.Define == 0)?.Code ?? string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// 获取 IP地址位置缓存时长
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public int RetrieveLocaleIPSvrCachePeriod()
|
public int RetrieveLocaleIPSvrCachePeriod()
|
||||||
|
|
Loading…
Reference in New Issue