using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.WechatModel { public class JSPayView { public Guid ExaminationRegistrationID { get; set; } public string AppID { get; set; } public string TimeStamp { get; set; } public string NonceStr { get; set; } public string Package { get; set; } public string PaySign { get; set; } } }