zhgdyun/src/enums/project/ReportEnum.ts
2023-07-12 09:56:31 +08:00

15 lines
147 B
TypeScript

export const Reports = [
{
id: 0,
title: "工程概况"
},
{
id: 1,
title: "责任主体"
},
{
id: 2,
title: "附件信息"
}
];