进一步优化swagger分组

This commit is contained in:
yubaolee
2021-06-11 23:40:55 +08:00
parent 804ee3d9d8
commit a84c8c57ad
24 changed files with 71 additions and 51 deletions

View File

@@ -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;