添加人员、材料、机械管理上传图片、文件功能
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { OssVO } from '@/api/system/oss/types';
|
||||
|
||||
export interface MachineryDetailVO {
|
||||
/**
|
||||
* 主键id
|
||||
@ -44,6 +46,11 @@ export interface MachineryDetailVO {
|
||||
*/
|
||||
picture: string;
|
||||
|
||||
/**
|
||||
* 图片详情列表
|
||||
*/
|
||||
pictureList: OssVO;
|
||||
|
||||
/**
|
||||
* 机械主键id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user