feat(finance): add tenant settlement query backend
This commit is contained in:
@@ -71,6 +71,16 @@ public sealed class TenantVerificationDto
|
||||
/// </summary>
|
||||
public string? BankName { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 微信商户号。
|
||||
/// </summary>
|
||||
public string? WeChatMerchantNo { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 支付宝 PID。
|
||||
/// </summary>
|
||||
public string? AlipayPid { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 附加资料(JSON)。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user