Compare commits

..

2 Commits

Author SHA1 Message Date
hang 21c19f4b6d Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-11-24 14:29:32 +08:00
hang 8c03167f7e 修改检查部位bug 2025-11-24 14:29:24 +08:00
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 ModifyReason { get; set; }
public string BodyPartForEditOther { get; set; }
}