feature: add flower

This commit is contained in:
2023-08-02 23:45:04 +08:00
parent 155ca9ad9c
commit 31cfaee4f0
55 changed files with 2416 additions and 308 deletions

View File

@@ -41,4 +41,10 @@ public class FlowerItem
[Ignore]
public int? Distance { get; set; }
public override string ToString()
{
// TODO:
return $"id: {Id}, owner: {OwnerId}, category: {CategoryId}, name: {Name}, date: {DateBuyUnixTime}, ...";
}
}