2023-09-27

This commit is contained in:
2023-09-27 09:10:09 +08:00
parent 74327b5a3e
commit 92fd5a113d
26 changed files with 4569 additions and 882 deletions
+13 -1
View File
@@ -26,9 +26,21 @@ namespace Model
get { return workName; }
set { workName = value; }
}
/// <summary>
/// 本期已完成
/// </summary>
private int currentPeriodOkNum;
/// <summary>
/// 本期已完成
/// </summary>
public int CurrentPeriodOkNum
{
get { return currentPeriodOkNum; }
set { currentPeriodOkNum = value; }
}
private int oKNum;
private int oKNum;
/// <summary>
/// 已完成
/// </summary>