Commit 8db5288e authored by lining's avatar lining

feat: 重复发送订单实体修改

parent b7fc59dd
......@@ -108,9 +108,9 @@ public class ServiceOrder implements Serializable {
/**
* 重新发送后的订单状态:3发送订单,4支付,5派维修工或修改维修工
*/
@Column(name = "dup_order_status")
@ApiModelProperty("重新发送后的订单状态:3发送订单,4支付,5派维修工或修改维修工")
private Integer dupOrderStatus;
@Column(name = "skip_work")
@ApiModelProperty("跳过维修工,派过维修工后,该字段永久为为true")
private Integer skipWork;
@Column(name = "total_price")
@ApiModelProperty("订单总价格,以元为单位")
......@@ -120,6 +120,10 @@ public class ServiceOrder implements Serializable {
@ApiModelProperty("当前发送订单操作的价格,以元为单位")
private BigDecimal price;
@Column(name = "pay_num")
@ApiModelProperty("支付次数")
private Integer payNum;
/**
* 服务订单备注字段
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment