fix: 修正类型不对引起的equals失败

dev
huangfeng 1 year ago
parent ddc4478185
commit f78c639717

@ -58,7 +58,7 @@ public class TerminalWorkingStatusHistory implements Serializable {
@ExcelIgnore
@ApiModelProperty(value = "浮充状态:充电 放电", example = "12345678")
private BigInteger floatingCharge;
private Integer floatingCharge;
@ColumnWidth(20)
@ExcelProperty("工作总时间(小时)")

Loading…
Cancel
Save