feat(finance): add overview dashboard and platform fee rate
This commit is contained in:
@@ -31,6 +31,11 @@ public sealed record StoreFeeDto
|
||||
/// </summary>
|
||||
public decimal DeliveryFee { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 平台服务费率(%)。
|
||||
/// </summary>
|
||||
public decimal PlatformServiceRate { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 餐具费是否启用。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user