feat : 岗位数据入库监测 新增字段

This commit is contained in:
bin
2025-11-07 15:00:54 +08:00
parent 2c0bd8c617
commit 2175fd2020
3 changed files with 20 additions and 0 deletions

View File

@@ -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 {