pu看板修改

This commit is contained in:
2024-07-02 11:31:42 +08:00
parent f67d7129ae
commit a15b0e8871
4 changed files with 106 additions and 2 deletions
+8
View File
@@ -75,5 +75,13 @@ namespace Model
/// 施工项目数量
/// </summary>
public string constructionnum { get; set; }
/// <summary>
/// 本月现场人数
/// </summary>
public string onsiteperson { get; set; }
/// <summary>
/// 现场高峰人数
/// </summary>
public string maxperson { get; set; }
}
}