摘要:
1、在控制台中 namespace StudyAutoMapper { public class Foo { public int ID { get; set; } public string Name { get; set; } } public class FooDto { public int 阅读全文
摘要:
public class OperationResult { public bool IsSuccess { get; set; } public int ErrorCode { get; set; } public string Content { get; set; } } OperationR 阅读全文