⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 score.cs.svn-base

📁 医院医德医风管理系统 B/S架构
💻 SVN-BASE
字号:
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

/// <summary>
/// Score 的摘要说明
/// </summary>
public class Score
{
	public Score()
	{
		//
		// TODO: 在此处添加构造函数逻辑
		//
	}
    private int id;
    private int personnelId;
    private int itemId;
    private int itemContentId;
    private int itemContentScore;
    private int scoreYear;
    private int scoreMonth;
    private int score;
    private int[] month=new int[6];
    private string itemContentName;
    private int[] monthSum = new int[12];
    private string personnelName;

    private int Id { set { id = value; } get { return id; } }
    public int PersonnelId { set { personnelId = value; } get { return personnelId; } }
    public int ItemId { set { itemId = value; } get { return itemId; } }
    public int ItemContentId { set { itemContentId = value; } get { return itemContentId; } }
    public int ItenContentScore { set { itemContentScore = value; } get { return itemContentScore; } }
    public int ScoreYear { set { scoreYear = value; } get { return scoreYear; } }
    public int ScoreMonth { set { scoreMonth = value; } get { return scoreMonth; } }
    public int Score1 { set { score = value; } get { return score; } }
    public int[] Month { set { month = value; } get { return month; } }
    public int Month1 { set { month[0] = value; } get { return month[0]; } }
    public int Month2 { set { month[1] = value; } get { return month[1]; } }
    public int Month3 { set { month[2] = value; } get { return month[2]; } }
    public int Month4 { set { month[3] = value; } get { return month[3]; } }
    public int Month5 { set { month[4] = value; } get { return month[4]; } }
    public int Month6 { set { month[5] = value; } get { return month[5]; } }

    public int[] MonthSum { set { monthSum = value; } get { return monthSum; } }
    public int MonthSum1 { set { monthSum[0] = value; } get { return monthSum[0]; } }
    public int MonthSum2 { set { monthSum[1] = value; } get { return monthSum[1]; } }
    public int MonthSum3 { set { monthSum[2] = value; } get { return monthSum[2]; } }
    public int MonthSum4 { set { monthSum[3] = value; } get { return monthSum[3]; } }
    public int MonthSum5 { set { monthSum[4] = value; } get { return monthSum[4]; } }
    public int MonthSum6 { set { monthSum[5] = value; } get { return monthSum[5]; } }
    public int MonthSum7 { set { monthSum[6] = value; } get { return monthSum[6]; } }
    public int MonthSum8 { set { monthSum[7] = value; } get { return monthSum[7]; } }
    public int MonthSum9 { set { monthSum[8] = value; } get { return monthSum[8]; } }
    public int MonthSum10 { set { monthSum[9] = value; } get { return monthSum[9]; } }
    public int MonthSum11 { set { monthSum[10] = value; } get { return monthSum[10]; } }
    public int MonthSum12 { set { monthSum[11] = value; } get { return monthSum[11]; } }
    public string PersonnelName { set { personnelName = value; } get { return personnelName; } }
    public string ItemContentName { set { itemContentName = value; } get { return itemContentName; } }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -