using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace wispro.sp.entity { /// /// 案件系数 /// public class CaseCeoffcient { /// /// 案件系数 /// public string Ceoffcient { get; set; } /// /// 系数值 /// public double Value { get; set; } } }