From f3f5481dba09ddf9e7a83ba83abb5a3250914a2a Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Mon, 24 Jan 2022 19:33:12 +0800 Subject: [PATCH] fead:优化功能 --- zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListProjVo.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListProjVo.java b/zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListProjVo.java index b1102ef..beb6247 100644 --- a/zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListProjVo.java +++ b/zq-erp/src/main/java/com/matrix/system/app/vo/ServiceOrderListProjVo.java @@ -19,6 +19,8 @@ @ApiModelProperty(value = "美疗师") private String beautyName; + + public Long getId() { return id; } -- Gitblit v1.9.1