Commit 295125fc by zhiheng.zhang

添加门店开关是否展示进度条字段

parent 5f6141bb
...@@ -160,6 +160,11 @@ public class QueryOrderResponseVo { ...@@ -160,6 +160,11 @@ public class QueryOrderResponseVo {
* 排队进度百分比 * 排队进度百分比
*/ */
private String progress = "" ; //进度 private String progress = "" ; //进度
/**
* 是否展示进度条
*/
private Integer orderProgressBarStatus ;
/** /**
* 申请退款按钮 * 申请退款按钮
*/ */
......
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