闸阀及闸阀检修相关接口
parent
d994d384fe
commit
b6eeb43755
|
|
@ -33,7 +33,7 @@ public class StGateBHistory implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 闸阀ID
|
* 闸阀ID
|
||||||
*/
|
*/
|
||||||
@TableId(value = "GATE_ID")
|
@TableField(value = "GATE_ID")
|
||||||
@Schema(description="闸阀ID")
|
@Schema(description="闸阀ID")
|
||||||
@JsonSerialize(using = ToStringSerializer.class)
|
@JsonSerialize(using = ToStringSerializer.class)
|
||||||
private Long gateId;
|
private Long gateId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue