Commit b5178016 by huluobin

bug fix

parent db1edd29
......@@ -181,7 +181,11 @@ public class OrderServe implements Serializable {
@TableField(exist = false)
private Integer lengthTime;
@ApiModelProperty("服务实际时长")
@TableField(exist = false)
private Integer actualServeDuration;
@ApiModelProperty("服务配置时长")
private Integer serveDuration;
}
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