高新区管委会,以5.0标准版为基准,从双汇项目拷贝
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace CallCenter.Utility { public class Ification { public string name;//名称 public float number;//数量 public string Proportion;//占比 } }