记录东西

火云邪神在打代码 2016-09-26 05:52:05
#region construction
public Association()
{

}
public Association(string name, int schoolNo, int natureNO, int ScaleNO, int deptAmount,string remark)
{
this.Name = name;
this.SchoolNO = schoolNo;
this.NatureNO = natureNO;
this.ScaleNO = ScaleNO;
this.DeptAmount = deptAmount;
this.Remark = remark;
}

#endregion


#region construction
public Student(int studentNo,string name,string studentLDNo,string education,string major,int schoolNO,DateTime entranceDate)
{
this.StudentNO = studentNo;
this.Name = name;
this.StudentLDNO = studentLDNo;
this.Education = education;
this.Major = major;
this.SchoolNO = schoolNO;
this.EntranceDate = entranceDate;
this.CreateTime = DateTime.Now;
this.UpdateTime = DateTime.Now;
this.Status = CommonStatus.Pending;
}
public Student()
{

}
#endregion
...全文
264 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

590

社区成员

发帖
与我相关
我的任务
社区描述
提出问题
其他 技术论坛(原bbs)
社区管理员
  • community_281
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧