提交代码

This commit is contained in:
2023-10-08 10:38:24 +08:00
parent ac0efd6f37
commit e2b5b2e4b9
14 changed files with 2531 additions and 53 deletions
@@ -95,5 +95,13 @@ namespace Model
/// 附件
/// </summary>
public string AttachUrl { get; set; }
/// <summary>
/// 是否合格
/// </summary>
public string IsQualified { get; set; }
/// <summary>
/// 数量
/// </summary>
public string EquipmentCount { get; set; }
}
}