zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListVo.java
@@ -34,6 +34,9 @@ @ApiModelProperty(value = "会员名称") private String vipName; @ApiModelProperty(value = "门店名称") private String shopName; @ApiModelProperty(value = "服务时长") private Integer timeLength; @@ -122,6 +125,14 @@ return status; } public String getShopName() { return shopName; } public void setShopName(String shopName) { this.shopName = shopName; } public void setStatus(String status) { switch (status) { case "待预约" : @@ -148,6 +159,9 @@ case "预约取消" : this.status = "8"; break; case "待确认" : this.status = "9"; break; default: this.status = "0"; break;