初始提交
This commit is contained in:
18
Services/Hncore.Pass.PaymentCenter/Model/MchInfo.cs
Normal file
18
Services/Hncore.Pass.PaymentCenter/Model/MchInfo.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace Hncore.Pass.PaymentCenter.Model
|
||||
{
|
||||
public class MchInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// 连锁商户号
|
||||
/// </summary>
|
||||
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; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user