浏览代码

调整属性

zj 2 年之前
父节点
当前提交
5e5c8e4543
共有 1 个文件被更改,包括 1 次插入1 次删除
  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; }
     }