Browse Source

调整属性

zj 2 years ago
parent
commit
5e5c8e4543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/Common/ArtEvaluation.cs

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

@@ -77,7 +77,7 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
         public string acId { get; set; }
         public string subject { get; set; }
         public int? isOrder { get; set; } = 0;
-        public string type { get; set; }
+        public int? type { get; set; } = 0;
         public string workDesc { get; set; }
         public long workEnd { get; set; }
     }