修改一版

This commit is contained in:
he
2022-08-31 16:21:45 +08:00
parent ff2d49faf4
commit 5984b98742
@@ -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();
}
}