修改一版

Uat_Study
he 2022-08-31 16:21:45 +08:00
parent ff2d49faf4
commit 5984b98742
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
using IRaCIS.Core.Domain.Share;
using MassTransit;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@ -17,7 +18,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
get
{
return new Guid();
return Guid.NewGuid();
}
}