mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
进一步优化swagger分组
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// </summary>
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "WmsInboundOrderDtbls")]
|
||||
[ApiExplorerSettings(GroupName = "订单明细_WmsInboundOrderDtbls")]
|
||||
public class WmsInboundOrderDtblsController : ControllerBase
|
||||
{
|
||||
private readonly WmsInboundOrderDtblApp _app;
|
||||
|
Reference in New Issue
Block a user