我的套餐新增状态筛选字段

This commit is contained in:
Eamon-meng
2026-03-13 18:12:22 +08:00
parent a76e61beb0
commit d2d6c1709c
4 changed files with 30 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export async function listResourceShort(props: {
size: number
resource_no?: string
type?: number
status?: number
create_after?: Date
create_before?: Date
expire_after?: Date
@@ -37,6 +38,7 @@ export async function listResourceLong(props: {
size: number
resource_no?: string
type?: number
status?: number
create_after?: Date
create_before?: Date
expire_after?: Date