运营区站点数量默认值

This commit is contained in:
attiya 2025-10-23 09:21:43 +08:00
parent f8c322050a
commit dbefcd8f1e

View File

@ -63,6 +63,7 @@ public class EbikeRegion implements Serializable {
/**
* 站点数量
*/
@Column(onInsertValue = "0")
private Integer siteNum;
/**