Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-general-business into dev
This commit is contained in:
commit
0c1bcb5c91
|
|
@ -15,7 +15,7 @@ export declare class ExtraFile<ED extends EntityDict, Cxt extends BackendRuntime
|
|||
url: string;
|
||||
bucket: string;
|
||||
}>;
|
||||
getUrl(extraFile?: EntityDict['extraFile']['OpSchema'] | null, style?: string): string;
|
||||
getUrl(extraFile?: EntityDict['extraFile']['OpSchema'] | EntityDict['extraFile']['Schema'] | null, style?: string): string;
|
||||
getFileName(extraFile: EntityDict['extraFile']['OpSchema']): string;
|
||||
formatBytes(size: number): string;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ export class ExtraFile<
|
|||
}
|
||||
|
||||
getUrl(
|
||||
extraFile?: EntityDict['extraFile']['OpSchema'] | null,
|
||||
extraFile?: EntityDict['extraFile']['OpSchema'] | EntityDict['extraFile']['Schema'] | null,
|
||||
style?: string
|
||||
) {
|
||||
if (!extraFile) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue