qinchaoyue 1 개월 전
부모
커밋
5504a301a3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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; }