admin há 1 ano atrás
pai
commit
1225c1ebc6
1 ficheiros alterados com 1 adições e 0 exclusões
  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; }
 
     }