摘要: nuget安装Faker 用法: 新建一个model public class Model { public string Name { get; set; } public int Age { get; set; } } 使用Faker给Model赋值 private void Button_Cl 阅读全文
posted @ 2020-12-30 16:15 liuyong111 阅读(721) 评论(0) 推荐(0) 编辑