From 5b883298571421132edf68cab7a22ab16a1f0a6b Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期四, 11 九月 2025 17:32:47 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/haizhentong --- ruoyi-system/src/main/java/com/ruoyi/system/dto/SysRoleDTO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/dto/SysRoleDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/dto/SysRoleDTO.java index ed59ec0..b2b93d9 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/dto/SysRoleDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/dto/SysRoleDTO.java @@ -18,7 +18,7 @@ private String roleName; @ApiModelProperty(value = "类型") - private Integer postType; + private Integer roleType; @ApiModelProperty(value = "备注") private String remark; -- Gitblit v1.7.1