From 2c38b58dbde0c0603fdd05026e5d998a02ae7d62 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sun, 11 Apr 2021 22:25:47 +0800 Subject: [PATCH] modify --- 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