jiangping
2025-03-18 cc6ab7021c3aef6ca3bbf05f8bcb5bfe0e6f6096
server/services/src/main/java/com/doumee/dao/business/model/Bikes.java
@@ -129,6 +129,10 @@
    @ApiModelProperty(value = "是否低电量 0否 1是")
    @TableField(exist = false )
    private Integer lowVoltage;
    @ApiModelProperty(value = "强制还车结果备注")
    @ExcelColumn(name="强制还车结果备注")
    private String forceBackInfo;
    @ApiModelProperty(value = "小程序码")
    private String imgurl;
}