功能更新

master
bicijinlian 2 years ago
parent e425fa6836
commit 41123a4848

@ -4,7 +4,7 @@
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hello, World!"); Console.WriteLine("多线程学习");
} }
} }
} }

@ -5,8 +5,8 @@ namespace MultiThreadingStudy.Core
public class Person public class Person
{ {
public int Id { get; set; } public int Id { get; set; }
public string Name { get; set; } public string? Name { get; set; }
public string Address { get; set; } public string? Address { get; set; }
public int Age { get; set; } public int Age { get; set; }
} }

Loading…
Cancel
Save