瀏覽代碼

timelimit

admin 2 年之前
父節點
當前提交
d60ba2e920
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      src/Hotline.Share/Dtos/Settings/TimeLimitDto.cs

+ 9 - 1
src/Hotline.Share/Dtos/Settings/TimeLimitDto.cs

@@ -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>