mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	file 重构的 review 代码
This commit is contained in:
		| @@ -13,6 +13,7 @@ export interface FileClientConfig { | ||||
|   accessSecret?: string | ||||
|   domain: string | ||||
| } | ||||
|  | ||||
| export interface FileConfigVO { | ||||
|   id: number | ||||
|   name: string | ||||
| @@ -24,14 +25,8 @@ export interface FileConfigVO { | ||||
|   createTime: Date | ||||
| } | ||||
|  | ||||
| export interface FileConfigPageReqVO extends PageParam { | ||||
|   name?: string | ||||
|   storage?: number | ||||
|   createTime?: Date[] | ||||
| } | ||||
|  | ||||
| // 查询文件配置列表 | ||||
| export const getFileConfigPage = (params: FileConfigPageReqVO) => { | ||||
| export const getFileConfigPage = (params: PageParam) => { | ||||
|   return request.get({ url: '/infra/file-config/page', params }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV