mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 07:25:07 +08:00
解决各种 json 库的兼容性问题
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package cn.iocoder.dashboard.modules.system.controller.user.vo.user;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.AllArgsConstructor;
|
||||
@ -17,6 +18,7 @@ public class SysUserPageItemRespVO extends SysUserRespVO {
|
||||
/**
|
||||
* 所在部门
|
||||
*/
|
||||
@JsonIgnore
|
||||
private Dept dept;
|
||||
|
||||
@ApiModel("部门")
|
||||
|
Reference in New Issue
Block a user