From 25f40033369888089e0c8640f2ad1b29d48ebea9 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 01 十一月 2023 22:07:03 +0800 Subject: [PATCH] 11.12 --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/CoachQuery.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/CoachQuery.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/CoachQuery.java index 9d4da5c..2d68ab3 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/CoachQuery.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/CoachQuery.java @@ -13,4 +13,5 @@ // 编辑页面回显使用 private Integer id; private List<Integer> storeIds; + private Integer operatorId; } -- Gitblit v1.7.1