CrazyIter_Bin 3 년 전
부모
커밋
98b8ec85db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/Common/Volume.cs

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

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