|
@@ -101,7 +101,12 @@ namespace Hotline.Share.Dtos.Settings
|
|
|
/// </summary>
|
|
|
public string ParamType { get; set; }
|
|
|
|
|
|
-
|
|
|
+ /// <summary>
|
|
|
+ /// 热点分级ID
|
|
|
+ /// </summary>
|
|
|
+ public string HotParamParent { get; set; }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -140,6 +145,9 @@ namespace Hotline.Share.Dtos.Settings
|
|
|
|
|
|
public string ParamTypeValue { get; set; }
|
|
|
|
|
|
+ public string HotParamParent { get; set; }
|
|
|
+
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 时限
|
|
|
/// </summary>
|