浏览代码

Merge branch 'feature/snapshot' into test

qinchaoyue 1 月之前
父节点
当前提交
992741cc4d
共有 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; }