hjl
2024-07-26 f8cc44e926fd22f9d1d864dc684c827f6960270b
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/entity/Order.java
@@ -28,7 +28,7 @@
@ApiModel(value = "Order对象", description = "订单管理")
public class Order extends BaseEntity {
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private String id;
    @ApiModelProperty("下单城市")
@@ -150,6 +150,14 @@
    @TableField("top_sort")
    private Integer topSort;
    @ApiModelProperty("是否评价(0:未评价,1:已评价)")
    @TableField("is_evaluate")
    private Integer isEvaluate;
    @ApiModelProperty("城市code")
    @TableField("city_code")
    private String cityCode;
    @ApiModelProperty("回收服务封面图")
    @TableField(exist = false)
    private String cover;