Prechádzať zdrojové kódy

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

xf 2 rokov pred
rodič
commit
6b8b2c0348

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