Merge remote-tracking branch 'origin/main'

This commit is contained in:
attiya 2026-01-14 15:05:04 +08:00
commit 553be96002

View File

@ -53,7 +53,7 @@ public class EbikeBorrowBatteryRecord implements Serializable {
/**
* 是否已归还
*/
@Column(onInsertValue = "f")
@Column(onInsertValue = "false")
private Boolean isReturn;
}