Przeglądaj źródła

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

Lyyyi 1 dzień temu
rodzic
commit
c22d80b2a4

+ 1 - 1
OASystem/OASystem.Domain/Entities/Task/WorkOrder.cs

@@ -174,7 +174,7 @@ namespace OASystem.Domain.Entities.WorkOrder
         public string FilePath { get; set; }
 
         /// <summary>
-        /// 是否通过审核 0未审核 1通过 2驳回
+        /// 是否通过审核 0未审核 1通过 -1驳回
         /// </summary>
         [SugarColumn(ColumnDescription = "是否通过审核")]
         public int IsApproved { get; set; }