feat : 岗位数据入库监测 新增字段
This commit is contained in:
@@ -5,6 +5,8 @@ declare namespace API.StorageDetection {
|
||||
storageNumber?: string;
|
||||
storageResult?: string;
|
||||
storageDetail?: string;
|
||||
websiteId?: string;
|
||||
websiteName?: string;
|
||||
}
|
||||
|
||||
export interface AddParams {
|
||||
@@ -12,6 +14,7 @@ declare namespace API.StorageDetection {
|
||||
storageNumber?: string;
|
||||
storageResult?: string;
|
||||
storageDetail?: string;
|
||||
websiteName?: string;
|
||||
}
|
||||
|
||||
export interface ListParams {
|
||||
|
||||
Reference in New Issue
Block a user