chore(api): sync backend contract mirror
This commit is contained in:
@@ -7810,19 +7810,14 @@ export interface components {
|
||||
*/
|
||||
tank_init_level?: Record<string, never> | null;
|
||||
};
|
||||
/** PressureSensorPlacement */
|
||||
PressureSensorPlacement: {
|
||||
/** PressureSensorPlacementRest */
|
||||
PressureSensorPlacementRest: {
|
||||
/**
|
||||
* Min Diameter
|
||||
* @description 最小管径限制
|
||||
* @default 0
|
||||
*/
|
||||
min_diameter: number;
|
||||
/**
|
||||
* Name
|
||||
* @description 管网名称(或数据库名称)
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* Scheme Name
|
||||
* @description 方案名称
|
||||
@@ -7833,11 +7828,6 @@ export interface components {
|
||||
* @description 传感器数量
|
||||
*/
|
||||
sensor_number: number;
|
||||
/**
|
||||
* Username
|
||||
* @description 用户名
|
||||
*/
|
||||
username: string;
|
||||
};
|
||||
/**
|
||||
* ProblemDetails
|
||||
@@ -23881,7 +23871,7 @@ export interface operations {
|
||||
};
|
||||
requestBody: {
|
||||
content: {
|
||||
"application/json": components["schemas"]["PressureSensorPlacement"];
|
||||
"application/json": components["schemas"]["PressureSensorPlacementRest"];
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
@@ -24044,7 +24034,7 @@ export interface operations {
|
||||
};
|
||||
requestBody: {
|
||||
content: {
|
||||
"application/json": components["schemas"]["PressureSensorPlacement"];
|
||||
"application/json": components["schemas"]["PressureSensorPlacementRest"];
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
|
||||
Reference in New Issue
Block a user