提交注释优化

This commit is contained in:
Liangwq 2026-05-22 09:38:15 +08:00
parent 5a85bee0d4
commit ad04506904

View File

@ -9,7 +9,7 @@ namespace ExternalAPI_NET8.Controllers;
[Route("[controller]/[action]")]
[ApiController]
[ApiGroup(groupName:"default")]
[Tags("饭堂报餐人数查询接口")]
[Tags("饭堂报餐人数查询接口微信H5页面访问")]
public class CanteenController(ICanteenServices canteenServices) : ApiControllerBase
{