优化
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user