修改字段

This commit is contained in:
2024-09-29 10:38:40 +08:00
parent 7693c72802
commit 11fa028cd4
7 changed files with 17801 additions and 11 deletions
@@ -58,7 +58,7 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public bool IsImageReplicationAcrossTrial { get; set; } = false;
[MaxLength]
public string BodyPartTypes { get; set; } = string.Empty;
+1 -1
View File
@@ -123,7 +123,7 @@ namespace IRaCIS.Core.Application.Service
public async Task<IResponseOutput> TestMasstransitMeditor([FromServices] IMediator _mediator, [FromServices] IRepository<TestLength> _testLengthRepository)
{
await _testLengthRepository.AddAsync(new TestLength() { Name = "zhouhang1" });
await _testLengthRepository.AddAsync(new TestLength() { Name = "xxxx" });
await _mediator.Send(new AddSubjectTriggerCommand { SubjectId = Guid.Empty });