Fork me on GitHub
摘要: 方式1(推荐) using System; using System.Collections.Generic; public class EntityData { public string Name { get; set; } public int Age { get; set; } } clas 阅读全文
posted @ 2022-06-16 10:42 WantRemake 阅读(1106) 评论(0) 推荐(0) 编辑