This commit is contained in:
DEVICE8\12494
2023-05-29 12:07:53 +08:00
5 changed files with 37 additions and 4 deletions

View File

@@ -148,5 +148,10 @@ public partial class EqpRepairApply : BaseEntity<string>
/// 附件
/// </summary>
public string? attachment { get; set; }
/// <summary>
/// 维修图片
/// </summary>
public string? repair_img { get; set; }
}