feat(energy): integrate self-operated station customers and receipts
ci/woodpecker/push/woodpecker Pipeline was canceled
ci/woodpecker/push/woodpecker Pipeline was canceled
Co-authored-by: HiFox Agent <agents-noreply@hifox.com>
This commit is contained in:
@@ -185,6 +185,13 @@ export interface HydrogenStationBoardResponse {
|
||||
selected: {
|
||||
daily: HydrogenStationBoardDailyRow[];
|
||||
customerMonths: HydrogenStationBoardCustomerMonth[];
|
||||
externalCustomerMonths?: HydrogenStationBoardCustomerMonth[];
|
||||
externalReceipts?: {
|
||||
scope: 'customer';
|
||||
reason?: string;
|
||||
rows: Array<{ id: string; date: string; customerName: string; amount: number;
|
||||
payMethod: string; source: string; sourceRecordCount: number; updatedAt: string | null }>;
|
||||
};
|
||||
} | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user