From 06c7348b197ede0b68e6d02f019bf81892329b88 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期二, 19 三月 2024 18:07:12 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStoreListVo.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStoreListVo.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStoreListVo.java index d116d3e..d9fa2a4 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStoreListVo.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStoreListVo.java @@ -44,4 +44,8 @@ private String account; + private Integer type; + + private String yysName; + } -- Gitblit v1.7.1