From 810a601583089572c8b13c95b82f7e1d44e29ea0 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 3 Aug 2022 15:42:03 +0800 Subject: [PATCH] institution --- .../Service/Institution/DTO/SponsorModel.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Institution/DTO/SponsorModel.cs b/IRaCIS.Core.Application/Service/Institution/DTO/SponsorModel.cs index b81e42625..7bde8904b 100644 --- a/IRaCIS.Core.Application/Service/Institution/DTO/SponsorModel.cs +++ b/IRaCIS.Core.Application/Service/Institution/DTO/SponsorModel.cs @@ -3,10 +3,9 @@ using IRaCIS.Core.Infrastructure.Extention; namespace IRaCIS.Application.Contracts { - public class SponsorDTO + public class SponsorDTO:SponsorCommand { - public Guid Id { get; set; } - public string SponsorName { get; set; } = string.Empty; + } public class SponsorCommand