make app project standalone

This commit is contained in:
2023-08-04 09:05:13 +08:00
parent 31cfaee4f0
commit cec1e3bf71
82 changed files with 56 additions and 5124 deletions

View File

@ -101,4 +101,10 @@ public class FlowerItem : ILocation
/// </summary>
[NotMapped]
public int? Distance { get; set; }
/// <summary>
/// 花草位置
/// </summary>
[NotMapped]
public string? Location { get; set; }
}