Explorar el Código

Merge branch 'feature/snapshot' into test

qinchaoyue hace 1 mes
padre
commit
992741cc4d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/Hotline.Share/Dtos/Snapshot/IndustryDto.cs

+ 3 - 1
src/Hotline.Share/Dtos/Snapshot/IndustryDto.cs

@@ -210,7 +210,9 @@ public record IndustryCaseItemInDto(string? CaseName, string? IndustryName) : Pa
 public class SystemWebPageInDto
 {
     /// <summary>
-    /// 页面类型
+    /// 页面类型;
+    /// 1: 正常;
+    /// 2: 关怀;
     /// </summary>
     [Required]
     public EPageType PageType { get; set; }