摘要: 为了开发规范,有时需要统一响应属性名称,.netcore已为我们封装好了,我们直接用即可。 在StartUp类中ConfigureServices方法中,添加如下代码: public void ConfigureServices(IServiceCollection services) { serv 阅读全文
posted @ 2020-03-20 10:21 低调码农哥! 阅读(978) 评论(0) 推荐(0)