feat: 完成门店管理剩余接口并补齐文档注释
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 46s
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 46s
This commit is contained in:
@@ -47,4 +47,24 @@ public sealed class StoreFee : MultiTenantEntityBase
|
||||
/// 免配送费门槛。
|
||||
/// </summary>
|
||||
public decimal? FreeDeliveryThreshold { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否启用餐具费。
|
||||
/// </summary>
|
||||
public bool CutleryFeeEnabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 餐具费金额。
|
||||
/// </summary>
|
||||
public decimal CutleryFeeAmount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否启用加急费。
|
||||
/// </summary>
|
||||
public bool RushFeeEnabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加急费金额。
|
||||
/// </summary>
|
||||
public decimal RushFeeAmount { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user