Browse Source

调整属性

zj 2 năm trước cách đây
mục cha
commit
5e5c8e4543
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; }
     }