Fork me on GitHub
tinylit
摘要: Linq语法(二)。 实体一: public class SimpleDto { public int Id { get; set; } public int Code { get; set; } public DateTime Date { get; set; } } 实体二: public cl 阅读全文
posted @ 2021-10-26 16:31 影子和树 阅读(38) 评论(0) 推荐(0) 编辑