优化
This commit is contained in:
@@ -3,6 +3,7 @@ import http from '@/utils/http'
|
||||
const BASE_URL = '/admin/materialInfo'
|
||||
|
||||
export interface MaterialInfoResp {
|
||||
id: string
|
||||
materialName: string
|
||||
encoding: string
|
||||
unitWeight: string
|
||||
@@ -13,6 +14,7 @@ export interface MaterialInfoResp {
|
||||
createUserString: string
|
||||
updateUserString: string
|
||||
disabled: boolean
|
||||
photoLoadError: boolean
|
||||
}
|
||||
export interface MaterialInfoQuery {
|
||||
materialName: string | undefined
|
||||
|
||||
Reference in New Issue
Block a user