make app project standalone
This commit is contained in:
@ -101,4 +101,10 @@ public class FlowerItem : ILocation
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public int? Distance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 花草位置
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public string? Location { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user