This commit is contained in:
zc
2026-03-17 10:47:57 +08:00
parent 5554cf1548
commit 722fbd988c
16 changed files with 700 additions and 27 deletions

View File

@@ -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