style: 接口增加排序

接口增加排序
This commit is contained in:
Theo
2024-08-13 23:19:06 +08:00
parent 1ecf40852c
commit c15f601e09

View File

@@ -27,7 +27,7 @@ import org.springframework.security.access.prepost.PreAuthorize;
@Slf4j
@RestController
@RequiredArgsConstructor
@Tag(name = "系统配置")
@Tag(name = "10.系统配置")
@RequestMapping("/api/v1/config")
public class SysConfigController {