日期:2014-05-17 浏览次数:21140 次
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApplication3
{
internal class Score
{
public int Id { get; set; }
public int ZKZ { get; set; }
public string KSXM { get; set; }
public string KGXM { get; set; }
public double ZHFX { get; set; }
public double YYBD { get; set; }
public double YBNL { get; set; }
public double JHZZ { get; set; }
public double RJJW { get; set; }
public double ZWQX { get; set; }
public double QZDJ { get; set; }
public double JZYB { get; set; }
}
class Program
{