1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace HNWD.Pregrant.Model
- {
- public class Str_Mrg_GetWD_NewSIPAccount
- {
- public string SIPSevIP =string.Empty;
- public string SIPAccount =string.Empty;
- public string SIPPassword =string.Empty;
- public string Code =string.Empty;
-
- }
- }
|