namespace Hncore.Pass.PaymentCenter.Model { public class MchInfo { /// /// 连锁商户号 /// public string GroupNo { get; set; } = ""; public string MchId { get; set; } = ""; public string Key { get; set; } = ""; public string RSAPrivateKey { get; set; } = ""; public string RSAPublicKey { get; set; } = ""; } }