fix: some warn

This commit is contained in:
xingyuv
2023-02-09 15:29:29 +08:00
parent 5df6addb78
commit 6e12fa4d78
24 changed files with 81 additions and 117 deletions

View File

@@ -22,6 +22,7 @@ export type ModelVO = {
status: number
remark: string
createTime: string
bpmnXml: string
}
export const getModelPageApi = async (params) => {