using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace E_ZKEcc.Domian { [Serializable] public class ApiInfoDomian { public string appKey { get; set; } public string appSecret { get; set; } public string apiVersion { get; set; } public string serverUrl { get; set; } } }