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