瀏覽代碼

Merge branch 'master' of http://git.fwt.com/Hotline/hotline

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

+ 11 - 0
src/Hotline.Share/Dtos/Settings/TimeLimitDto.cs

@@ -74,6 +74,11 @@ namespace Hotline.Share.Dtos.Settings
         /// </summary>
         public ETimeType TimeLimit { get; set; }
 
+        /// <summary>
+        /// 时限类型名称
+        /// </summary>
+        public string TimeLimitName { get; set; }
+
         /// <summary>
         /// 换算小时
         /// </summary>
@@ -161,6 +166,12 @@ namespace Hotline.Share.Dtos.Settings
         /// </summary>
         public ETimeType TimeLimitType { get; set; }
 
+        /// <summary>
+        /// 时限类型名称
+        /// </summary>
+        public string TimeLimitTypeName { get; set; }
+
+
         /// <summary>
         /// 换算小时
         /// </summary>