FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-09-22 17:51:09 +08:00
parent 1423b28663
commit 8f0c6c30dc

View File

@@ -14,7 +14,7 @@ export interface Allocation {
/** 设备id */
deviceGroups: number[];
/** 流量池 */
poolGroups?: JSON | null;
poolGroups?: number[];
/** 分配数量 */
num?: number | null;