| | |
| | | * @since 2020-09-02 |
| | | */ |
| | | @TableName("t_order_private_car") |
| | | |
| | | public class TOrderPrivateCar extends Model<TOrderPrivateCar> { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | */ |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Integer id; |
| | | /** |
| | | * 异常订单 1是0否 |
| | | */ |
| | | private Integer isException; |
| | | /** |
| | | * 类型(1=普通订单,2=摆渡订单) |
| | | */ |
| | |
| | | * 订单号 |
| | | */ |
| | | private String orderNum; |
| | | private String remark; |
| | | /** |
| | | * 下单地点经度 |
| | | */ |
| | |
| | | * 是否异常 1=是,0=否 |
| | | */ |
| | | private Integer isAbnormal; |
| | | @ApiModelProperty(value = "是否异常 1=是 0=否") |
| | | @TableField("isException") |
| | | private Integer isException; |
| | | |
| | | @ApiModelProperty(value = "修改后的价格") |
| | | @TableField("updatePrice") |
| | | private BigDecimal updatePrice; |
| | |
| | | this.lastPushTime = lastPushTime; |
| | | } |
| | | |
| | | public Integer getIsException() { |
| | | return isException; |
| | | } |
| | | |
| | | public void setIsException(Integer isException) { |
| | | this.isException = isException; |
| | | } |
| | | |
| | | public BigDecimal getUpdatePrice() { |
| | | return updatePrice; |
| | |
| | | ", serverCarModelId=" + serverCarModelId + |
| | | "}"; |
| | | } |
| | | |
| | | public Integer getIsException() { |
| | | return isException; |
| | | } |
| | | |
| | | public void setIsException(Integer isException) { |
| | | this.isException = isException; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | } |