17 lines
389 B
TypeScript
17 lines
389 B
TypeScript
|
|
/**
|
|||
|
|
* Generated by orval v8.5.3 🍺
|
|||
|
|
* Do not edit manually.
|
|||
|
|
* Reading Platform API
|
|||
|
|
* Reading Platform Backend Service API Documentation
|
|||
|
|
* OpenAPI spec version: 1.0.0
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
export interface GrantCollectionRequest {
|
|||
|
|
/** 租户ID */
|
|||
|
|
tenantId?: number;
|
|||
|
|
/** 结束日期(ISO格式,如:2024-12-31) */
|
|||
|
|
endDate?: string;
|
|||
|
|
/** 支付价格(分) */
|
|||
|
|
pricePaid?: number;
|
|||
|
|
}
|