using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Crm.Core.External.Domain.Dto { /// /// 客户信息 /// public class WxworkCustomerDetailDto { /// /// 客户资金量 /// public string? CustomerCapital { get; set; } } }