高峰时段计费
This commit is contained in:
parent
3d9d23dacd
commit
36b202dffd
@ -1,7 +1,6 @@
|
|||||||
package com.cdzy.orders.model.dto.res;
|
package com.cdzy.orders.model.dto.res;
|
||||||
|
|
||||||
import com.cdzy.orders.model.entity.EbikeOrderDetails;
|
import com.cdzy.orders.model.entity.EbikeOrderDetails;
|
||||||
import com.mybatisflex.annotation.Column;
|
|
||||||
import com.mybatisflex.annotation.Id;
|
import com.mybatisflex.annotation.Id;
|
||||||
import com.mybatisflex.annotation.RelationOneToMany;
|
import com.mybatisflex.annotation.RelationOneToMany;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
@ -37,7 +36,6 @@ public class RspOrderDetailsInfo {
|
|||||||
/**
|
/**
|
||||||
* 状态:0-进行中 1-已取消 2-待支付 3-已支付 4-退款中 5-已退款
|
* 状态:0-进行中 1-已取消 2-待支付 3-已支付 4-退款中 5-已退款
|
||||||
*/
|
*/
|
||||||
@Column(onInsertValue = "0")
|
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -93,7 +91,6 @@ public class RspOrderDetailsInfo {
|
|||||||
/**
|
/**
|
||||||
* 创建时间
|
* 创建时间
|
||||||
*/
|
*/
|
||||||
@Column(onInsertValue = "now()")
|
|
||||||
private LocalDateTime createdAt;
|
private LocalDateTime createdAt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -116,7 +113,6 @@ public class RspOrderDetailsInfo {
|
|||||||
*/
|
*/
|
||||||
private Integer tempLock;
|
private Integer tempLock;
|
||||||
|
|
||||||
@Column(isLogicDelete = true,onInsertValue = "0")
|
|
||||||
private Integer isDelete;
|
private Integer isDelete;
|
||||||
|
|
||||||
@RelationOneToMany(selfField = "orderId", targetField = "orderId")
|
@RelationOneToMany(selfField = "orderId", targetField = "orderId")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user