Browse Source

增加排序

CrazyIter_Bin 3 years ago
parent
commit
6ab20ffcc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      TEAMModelOS.SDK/Models/Cosmos/Common/Volume.cs

+ 1 - 0
TEAMModelOS.SDK/Models/Cosmos/Common/Volume.cs

@@ -85,6 +85,7 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
 
         public List<string> syllabusIds { get; set; } = new List<string>();
         public List<VolumeAuth> auth { get; set; } = new List<VolumeAuth>();
+        public int order { get; set; }
 
     }
     public class VolumeAuth {