维修记录
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class RepairApplyDetailOutput
|
||||
{
|
||||
public EqpRepairApply eqpRepairApply { get; set; }
|
||||
public EqpRepairOutApply eqpRepairOutApply { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -40,9 +40,9 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
public string? repair_description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 附件
|
||||
/// 维修图片
|
||||
/// </summary>
|
||||
public string? attachment { get; set; }
|
||||
public string? repair_img { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否外修
|
||||
|
||||
Reference in New Issue
Block a user