namespace CRM.Core.DTO.Res { /// /// rfm标签类 /// public class RfmDto { public string username { get; set; } public string appid { get; set; } public int weight { get; set; } public string labelname { get; set; } public string mobile { get; set; } public int? ch { get; set; } public string deptcode { get; set; } } }