From 49fac1c7329140f0b9c6799a7483675e54001a73 Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Sun, 11 Jul 2021 11:57:33 +0800 Subject: [PATCH] 配置优化 --- 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