2 Commits 1827d7bd15 ... 06a6d05782

Autore SHA1 Messaggio Data
  yuanrf 06a6d05782 Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop 6 giorni fa
  yuanrf b885501fe7 up 6 giorni fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      OASystem/OASystem.Domain/Entities/Task/WorkOrder.cs

+ 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; }