设备保养点巡检复核增加附件上传

This commit is contained in:
qianjiawei
2023-11-30 14:02:58 +08:00
parent 297f90bd0c
commit 325e1c8f07
8 changed files with 22 additions and 0 deletions

View File

@@ -164,5 +164,10 @@ public partial class EqpMaintainRecordH : BaseEntity<string>
/// </summary>
public string? org_id { get; set; }
/// <summary>
/// 复核附件
/// </summary>
public string? fhattachment { get; set; }
}

View File

@@ -159,4 +159,10 @@ public partial class EqpSpotInsRecordH : BaseEntity<string>
/// </summary>
public string? repeat_result { get; set; }
/// <summary>
/// 复核附件
/// </summary>
public string? fhattachment { get; set; }
}