Str_Mrg_GetWD_NewSIPAccount.cs 407 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace HNWD.Pregrant.Model
  7. {
  8. public class Str_Mrg_GetWD_NewSIPAccount
  9. {
  10. public string SIPSevIP =string.Empty;
  11. public string SIPAccount =string.Empty;
  12. public string SIPPassword =string.Empty;
  13. public string Code =string.Empty;
  14. }
  15. }