fix(admin-web): PrePlantingStats 类型添加 pendingMergePortions 字段

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-02 05:04:57 -08:00
parent 17df9b6df1
commit 7fff665d9b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export interface PrePlantingStats {
totalTreesMerged: number; // 合成树数
totalUsers: number; // 参与用户数
pendingContracts: number; // 待签约合并数
pendingMergePortions: number; // 全网待合并份数
}
/** 预种订单(管理员视角) */