修改检查部位bug

Temp_Uat_IRC_Net8
hang 2025-11-24 14:28:55 +08:00
parent 73b7aae6c0
commit 64c657d233
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string BodyPart { get; set; } = String.Empty; public string BodyPart { get; set; } = String.Empty;
public string ModifyReason { get; set; } public string ModifyReason { get; set; }
public string BodyPartForEditOther { get; set; }
} }