From 5e80cd7a765fa56e062a69e24ae7b04b674a966a Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 15 Jul 2024 19:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AB=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Rooms/CreateRoomDetailsInutDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application.Contracts/Rooms/CreateRoomDetailsInutDto.cs b/src/Shentun.Peis.Application.Contracts/Rooms/CreateRoomDetailsInutDto.cs index ca95db4..cdec855 100644 --- a/src/Shentun.Peis.Application.Contracts/Rooms/CreateRoomDetailsInutDto.cs +++ b/src/Shentun.Peis.Application.Contracts/Rooms/CreateRoomDetailsInutDto.cs @@ -14,6 +14,6 @@ namespace Shentun.Peis.Rooms /// /// 项目ID集合 /// - public List AsbitemIds { get; set;]} + public List AsbitemIds { get; set;} } }