using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace VueWebApi.Models { public class ChanjetEncryptMsg { public string encryptMsg { get; set; } public string GetEncryptMsg() { return encryptMsg; } } }