- using System;
- using System.Collections.Generic;
- namespace MySystem.Entity.UnionPay
- {
- /// <summary>
- /// 获取商户信息请求
- /// </summary>
- public class UnionPayMerchantDetailRequest
- {
- /// <summary>
- /// 商户编号
- /// </summary>
- public string merchantId { get; set; }
- }
- }
|