Jason hace 1 año
padre
commit
eed4caf6bc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/Hotline.Share/Dtos/TrCallCenter/TrTelDao.cs

+ 2 - 0
src/Hotline.Share/Dtos/TrCallCenter/TrTelDao.cs

@@ -11,6 +11,8 @@ namespace Hotline.Share.Dtos.TrCallCenter
         public string TelNo { get; set; }
 
         public string Description { get; set; }
+
+        public string Password { get; set; }
     }
 
     #endregion