预警规则新增编辑时校验规则修改

master
wany 2024-08-08 17:13:43 +08:00
parent 450497f710
commit 57190aa39b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class OsmoticWarnRule implements Serializable {
* (x,y,z) * (x,y,z)
*/ */
@TableField(value="direction") @TableField(value="direction")
@Schema(description="位移方向(x,y,z)") @Schema(description="位移方向(x,y,h)")
private String direction; private String direction;
/** /**