admin před 1 rokem
rodič
revize
1225c1ebc6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/Hotline.Share/Dtos/Trunk/TrunkDto.cs

+ 1 - 0
src/Hotline.Share/Dtos/Trunk/TrunkDto.cs

@@ -18,6 +18,7 @@ namespace Hotline.Share.Dtos.Trunk
         public string RestCategory { get; set; }
         public string WorkToGroup { get; set; }
         public string RestToGroup { get; set; }
+        public string EvaluateCategory { get; set; }
         public bool IsEnable { get; set; }
 
     }