Browse Source

排序标识

CrazyIter_Bin 2 years ago
parent
commit
bf968243f5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      TEAMModelOS.SDK/Models/Cosmos/Normal/StandardFile.cs

+ 4 - 0
TEAMModelOS.SDK/Models/Cosmos/Normal/StandardFile.cs

@@ -63,5 +63,9 @@ namespace TEAMModelOS.SDK.Models
         /// 报告人/作者
         /// 报告人/作者
         /// </summary>
         /// </summary>
         public string author { get; set; }
         public string author { get; set; }
+        /// <summary>
+        /// 排序标识
+        /// </summary>
+        public int index { get; set; }
     }
     }
 }
 }