Files
hht-fujia-uni/utils/mork.js

7 lines
216 B
JavaScript
Raw Normal View History

2025-08-27 19:48:20 +08:00
export const getMaterialList = (search, page, size) => {
let res = {
totalElements: 100,
content: [{material_name: '00001', material_spec: 'dfjlfjlf', material_code: 'aaaaa1', material_id: '1'}]
}
return res
}