修改模态框对象类型.
This commit is contained in:
@@ -16,7 +16,7 @@ export interface HostCreateRequest {
|
||||
* 主机更新请求
|
||||
*/
|
||||
export interface HostUpdateRequest extends HostCreateRequest {
|
||||
id: number | undefined;
|
||||
id?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user