using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace NXWMS.Model.AppModels.Condition { /// /// /// public class VerAppCheckCondtion { /// /// /// public string Ver { get; set; } /// /// /// public string ApiURL { get; set; } /// /// /// public string Params { get; set; } /// /// /// public string AppKey { get; set; } } }