摘要: NET7下的WEB API示例 [Route("api/[controller]")] [ApiController] public class ShopADController : ControllerBase { private readonly IRepository<Model.ShopAD 阅读全文
posted @ 2023-08-04 09:30 牛腩 阅读(55) 评论(0) 推荐(0)