สเตป4

This commit is contained in:
Thanit Konmek 2023-08-26 13:17:07 +07:00
parent f02ddcf93a
commit 2ef5a7b845
2 changed files with 443 additions and 100 deletions

View file

@ -12,4 +12,9 @@ export default {
`${reportOrder}/attachment/${fileType}/${id}`,
reportRetireList: (fileType: string, id: string) =>
`${reportRetire}/${fileType}/${id}`,
fileCover: (format: string, fileType: string, id: string) =>
`${reportOrder}/${format}/cover/${fileType}/${id}`,
fileAttachment: (format: string, fileType: string, id: string) =>
`${reportOrder}/${format}/attachment/${fileType}/${id}`,
};