新增实验报告字段
This commit is contained in:
parent
8b966b5143
commit
5ac4850a15
@ -71,6 +71,12 @@ namespace ZXK.LouDiXvMuNiu
|
||||
// 模块内容,三级任务名称,总成绩,实际成绩
|
||||
Dictionary<string, object> data = new Dictionary<string, object>();
|
||||
data.Add("name", _studentNameInF.text);
|
||||
data.Add("id", _studentNumberInF.text);
|
||||
data.Add("sum", _studentActualTxt.text);
|
||||
DateTime curTime = DateTime.Now;
|
||||
data.Add("time", curTime.ToString("YYYY.MM.dd"));
|
||||
data.Add("year", curTime.Year);
|
||||
data.Add("month", curTime.Month);
|
||||
|
||||
foreach (var item in scoreQueue)
|
||||
{
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user