摘要: https://blog.csdn.net/weixin_45736829/article/details/109105625 阅读全文
posted @ 2021-04-21 18:22 独孤翠花 阅读(137) 评论(0) 推荐(0)
摘要: ABP框架中controller无法带实体传参进service,只能再service里把dto映射为实体。 阅读全文
posted @ 2021-04-12 13:36 独孤翠花 阅读(143) 评论(0) 推荐(0)
摘要: get: $(document).ready(function () { $.ajax({ //默认异步 url: '/api/DataManager/GetAllShelves', type: 'get', dataType: 'json', success: function (data, st 阅读全文
posted @ 2021-04-12 09:53 独孤翠花 阅读(177) 评论(0) 推荐(0)