模具维修修改

This commit is contained in:
2024-08-08 17:16:33 +08:00
parent 18dac9b6b2
commit 141de28d0c
6 changed files with 184 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public string id { get; set; } = string.Empty;
public string repeat_result { get; set; } = string.Empty;
public string repeat_descrip { get; set; } = string.Empty;
public string? repeat_remark { get; set; }
public string? attachment { get; set; }