namespace ShwasherSys.Common.Dto.Wx { public class WxUserDecryptDto { public string EncryptedData { get; set; } public string SessionKey { get; set; } public string Iv { get; set; } } }