This commit is contained in:
Putoo
2026-07-06 14:44:15 +08:00
parent a1dbce8a96
commit 63d56b245e
21 changed files with 483 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ public class RandomModel
/// </summary>
public string code { get; set; }
public string name { get; set; }
public int empty { get; set; }
public double empty { get; set; }
public List<RandomData> data { get; set; }
}