lijin
2025-11-20 1d03ddefc1b5458eede592d5b5780c3c2b10dfca
ApiTools.Core/Models/ChannelWallets/Commands/SaveChannelPingAnPayWalletCommand.cs
@@ -19,16 +19,6 @@
        public string OutWalletId { get; set; }
        /// <summary>
        /// 所属银行
        /// </summary>
        public string Bank { get; set; }
        /// <summary>
        /// 所属支行
        /// </summary>
        public string BankBranch { get; set; }
        /// <summary>
        /// 户名
        /// </summary>
        public string Name { get; set; }
@@ -45,21 +35,11 @@
        /// <summary>
        /// 钱包Id
        /// </summary>
        public Guid WalletId { get; set; }
        public Guid Id { get; set; }
        /// <summary>
        /// 余额
        /// </summary>
        public decimal Balance { get; set; }
        /// <summary>
        /// 错误代码
        /// </summary>
        public string ErrorCode { get; set; }
        /// <summary>
        /// 返回具体的原因。
        /// </summary>
        public string FailReason { get; set; }
    }
}