Browse Source

甄别耗时

田爽 11 months ago
parent
commit
3f39983fc1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Hotline.Share/Dtos/Order/OrderScreenDto.cs

+ 2 - 0
src/Hotline.Share/Dtos/Order/OrderScreenDto.cs

@@ -206,6 +206,8 @@ namespace Hotline.Share.Dtos.Order
 		/// 甄别耗时
 		/// 甄别耗时
 		/// </summary>
 		/// </summary>
 		public decimal? TimeConsuming { get; set; }
 		public decimal? TimeConsuming { get; set; }
+
+		public string TimeConsuminText => TimeConsuming.HasValue ? TimeConsuming.ToString() + "天" : "-";
 	}
 	}
 
 
 	public class PublishScreenDto {
 	public class PublishScreenDto {