进一步优化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

@@ -14,7 +14,7 @@ namespace OpenAuth.WebApi.Controllers
/// </summary>
[Route("api/[controller]/[action]")]
[ApiController]
[ApiExplorerSettings(GroupName = "WmsInboundOrderTbls")]
[ApiExplorerSettings(GroupName = "订单_WmsInboundOrderTbls")]
public class WmsInboundOrderTblsController : ControllerBase
{
private readonly WmsInboundOrderTblApp _app;