Explorar el Código

克隆已有库调整参数

lichunlei hace 8 meses
padre
commit
a89aeaa329
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Model/Dto/Admin/CopyDatabaseInfoDto.cs

+ 2 - 2
Model/Dto/Admin/CopyDatabaseInfoDto.cs

@@ -12,13 +12,13 @@ namespace Dto.Admin
         /// <summary>
         /// 来源数据库ID
         /// </summary>
-        public int sourceDatabaseId { get; set; }
+        public int[] sourceDatabaseIdList { get; set; }
 
 
         /// <summary>
         /// 目标项目ID
         /// </summary>
-        public int targetProjectId { get; set; }
+        public int targetServiceId { get; set; }