报告模版
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { ReqPage, ResPage } from '@/api/interface'
|
||||
import type { UploadFile } from 'element-plus';
|
||||
|
||||
// 报告模版接口
|
||||
export namespace PqReport {
|
||||
@@ -19,10 +20,10 @@ export namespace PqReport {
|
||||
id: string; //报告模板id
|
||||
name: string;//报告模板名称
|
||||
version:string;//版本号
|
||||
basePath:string;//基础模板文件路径
|
||||
detailPath:string;//检测项模版文件路径
|
||||
desc:string;//描述信息
|
||||
enable:number;//状态:8-删除 1-激活 2-未激活
|
||||
baseFile?:string;//基础模板文件路径
|
||||
detailFile?:string;//检测项模版文件路径
|
||||
description:string;//描述信息
|
||||
state:number;//状态:8-删除 1-正常
|
||||
createBy?: string| null; //创建用户
|
||||
createTime?: string| null; //创建时间
|
||||
updateBy?: string| null; //更新用户
|
||||
|
||||
Reference in New Issue
Block a user