修改字段
This commit is contained in:
@@ -58,7 +58,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
||||
|
||||
|
||||
[MaxLength]
|
||||
public string BodyPartTypes { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user