This commit is contained in:
zc
2026-04-09 16:46:36 +08:00
parent 947a8a27d3
commit d34a501df9
3 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export interface MaterialInfoResp {
createTime: string
createUserString: string
updateUserString: string
lightLevel: string
lightLevel: number
disabled: boolean
photoLoadError: boolean
}