闸阀及闸阀检修相关接口

master
wany 2024-01-29 11:23:40 +08:00
parent d994d384fe
commit b6eeb43755
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class StGateBHistory implements Serializable {
/**
* ID
*/
@TableId(value = "GATE_ID")
@TableField(value = "GATE_ID")
@Schema(description="闸阀ID")
@JsonSerialize(using = ToStringSerializer.class)
private Long gateId;