namespace Crm.Core.External.Web.Models
{
public class WxworkCustomerDetailModel
/// <summary>
/// 客户资金量
/// </summary>
public string? CustomerCapital { get; set; }
}