mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-WebAPi.git
synced 2026-04-01 23:14:51 +00:00
feat: 更改字段名
This commit is contained in:
parent
9ddba89441
commit
3bdf4b0d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package com.cloverta.webapi.restservice;
|
||||
|
||||
public record GithubStars(String status, String message, int stars) {
|
||||
public record GithubStars(String status, String message, int count) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue