完成门店管理后端接口与任务
This commit is contained in:
@@ -44,6 +44,16 @@ public sealed record UpdateStoreCommand : IRequest<StoreDto?>
|
||||
/// </summary>
|
||||
public StoreStatus Status { get; init; } = StoreStatus.Closed;
|
||||
|
||||
/// <summary>
|
||||
/// 门头招牌图。
|
||||
/// </summary>
|
||||
public string? SignboardImageUrl { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 行业类目 ID。
|
||||
/// </summary>
|
||||
public long? CategoryId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 省份。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user