删除排序

master
WeiRan 2024-08-30 22:37:39 +08:00
parent 31fb0db890
commit 2949ade98b
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public class Company {
/** /**
* *
*/ */
private String USCI; private String usci;
/** /**
* *
*/ */

View File

@ -43,7 +43,7 @@ public class ApiUserController {
* @return * @return
* @throws Exception * @throws Exception
*/ */
@GetMapping("/·/{date}") @GetMapping("/bydate/{date}")
@Operation(summary = "万年历",description = "查询万年历") @Operation(summary = "万年历",description = "查询万年历")
public Result JavaGet(@Validated @PathVariable String date) throws Exception { public Result JavaGet(@Validated @PathVariable String date) throws Exception {
Result result = DateCalendar.fetchCalendarData(date); Result result = DateCalendar.fetchCalendarData(date);