From 5be07b1a021f596b003eac001f4cb77416ae6c7b Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 11 十二月 2024 17:08:47 +0800 Subject: [PATCH] 修改 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/query/InformationQuery.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/query/InformationQuery.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/query/InformationQuery.java index 20d6a18..6df36cd 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/query/InformationQuery.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/query/InformationQuery.java @@ -31,4 +31,8 @@ private Integer level; @ApiModelProperty(value = "1免费2付费") private Integer free; + + + @ApiModelProperty(value = "1=后台 2=web端") + private Integer sortType=1; } -- Gitblit v1.7.1