This commit is contained in:
zc
2026-04-16 00:47:58 +08:00
parent 3c03907e69
commit 4d52bceea5
10 changed files with 1243 additions and 398 deletions

View File

@@ -14,12 +14,16 @@ export interface MaterialInfoResp {
createUserString: string
updateUserString: string
lightLevel: number
batch: string
mark: string
disabled: boolean
photoLoadError: boolean
}
export interface MaterialInfoQuery {
materialName: string | undefined
encoding: string | undefined
batch: string | undefined
mark: string | undefined
sort: Array<string>
}