|
|
@ -391,7 +391,7 @@ public class DeliverRequestFisAppService : |
|
|
|
await Task.CompletedTask.ConfigureAwait(false); |
|
|
|
|
|
|
|
detail.SetProperty(nameof(input.FromVinCode), input.FromVinCode); |
|
|
|
detail.SetProperty(nameof(input.ToVinCode), input.ToVinCode); |
|
|
|
//detail.SetProperty(nameof(input.ToVinCode), input.ToVinCode);
|
|
|
|
} |
|
|
|
|
|
|
|
private async Task SetEntityPropertiesAsync(DeliverRequest entity, DeliverRequestFisImportInput input) |
|
|
|