feat(@vben/web-antd): add finance overview cockpit and fee rate

This commit is contained in:
2026-03-05 10:48:43 +08:00
parent 1e3f1be961
commit 13212d7ff5
28 changed files with 2180 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ export interface StoreOtherFeesDto {
export interface StoreFeesSettingsDto {
/** 基础配送费 */
baseDeliveryFee: number;
/** 平台服务费率(% */
platformServiceRate: number;
/** 固定包装费 */
fixedPackagingFee: number;
/** 免配送费门槛,空值表示关闭 */
@@ -70,6 +72,8 @@ export interface StoreFeesSettingsDto {
export interface SaveStoreFeesSettingsParams {
/** 基础配送费 */
baseDeliveryFee: number;
/** 平台服务费率(% */
platformServiceRate: number;
/** 固定包装费 */
fixedPackagingFee: number;
/** 免配送费门槛,空值表示关闭 */