|
@@ -16,7 +16,7 @@ namespace Dto
|
|
|
public int fileId { get; set; }
|
|
public int fileId { get; set; }
|
|
|
|
|
|
|
|
//文件内容
|
|
//文件内容
|
|
|
- public string fileContent { get; set; }
|
|
|
|
|
|
|
+ public string fileContent { get; set; } = "";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public class InitServerDto
|
|
public class InitServerDto
|