feat(store): auto-generate store code on create and make update code optional
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 44s
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -23,9 +23,9 @@ public sealed record UpdateStoreCommand : IRequest
|
||||
public string Name { get; init; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 门店编码。
|
||||
/// 门店编码(可选,未传时保持原值)。
|
||||
/// </summary>
|
||||
public string Code { get; init; } = string.Empty;
|
||||
public string? Code { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 联系电话。
|
||||
|
||||
Reference in New Issue
Block a user