make app project standalone
This commit is contained in:
@@ -77,6 +77,12 @@ public record FlowerParameter : CoverParameter
|
||||
/// </summary>
|
||||
[FromForm(Name = "lon")]
|
||||
public double? Longitude { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 存放位置
|
||||
/// </summary>
|
||||
[FromForm(Name = "location")]
|
||||
public string? Location { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user